Split features.ts up.

This commit is contained in:
Fabio Niephaus
2022-11-03 17:21:00 +01:00
parent f1c2f56b3e
commit 5704aa1938
3 changed files with 34 additions and 31 deletions

View File

@@ -7,7 +7,8 @@ import {restore} from './features/cache'
import {setUpDependencies} from './dependencies'
import {setUpGUComponents} from './gu'
import {setUpMandrel} from './mandrel'
import {checkForUpdates, setUpNativeImageMusl} from './features'
import {checkForUpdates} from './features/check-for-updates'
import {setUpNativeImageMusl} from './features/musl'
import {setUpWindowsEnvironment} from './msvc'
import {setUpNativeImageBuildReports} from './features/reports'