Skip to content

Commit

Permalink
update bootstrapping scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
pavel-krivanek committed Nov 2, 2019
1 parent 657249c commit 72cf56a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bootstrap/scripts/4-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ ${VM} "${COMPILER_IMAGE_NAME}.image" "${IMAGE_FLAGS}" loadHermes Math-Operations

${VM} "${COMPILER_IMAGE_NAME}.image" "${IMAGE_FLAGS}" loadHermes InitializePackagesCommandLineHandler.hermes --save

${VM} "${COMPILER_IMAGE_NAME}.image" "${IMAGE_FLAGS}" loadHermes Collections-Atomic.hermes AST-Core.hermes Collections-Arithmetic.hermes Jobs.hermes --save --no-fail-on-undeclared
${VM} "${COMPILER_IMAGE_NAME}.image" "${IMAGE_FLAGS}" loadHermes Collections-Atomic.hermes AST-Core.hermes Collections-Arithmetic.hermes Jobs.hermes System-SourcesCondenser.hermes --save --no-fail-on-undeclared

echo "[Compiler] Initializing the packages in the Kernel"
${VM} "${COMPILER_IMAGE_NAME}.image" "${IMAGE_FLAGS}" initializePackages --protocols=protocolsKernel.txt --packages=packagesKernel.txt --save
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ RPackageOrganizer default basicInitializeFromPackagesList: #(
''Collections-Sequenceable'' ''Collections-Stack'' ''Collections-Streams''
''Collections-Support'' ''Collections-Unordered''
''FileSystem-Core'' ''FileSystem-Disk''
''Jobs'' ''Multilingual-Encodings'' ''Multilingual-Languages''
''Jobs'' ''System-SourcesCondenser.hermes'' ''Multilingual-Encodings'' ''Multilingual-Languages''
''Multilingual-TextConversion'' ''Network-UUID'' ''OpalCompiler-Core'' ''Random-Core'' ''RPackage-Core''
''Ring-Definitions-Containers'' ''Ring-Definitions-Core'' ''Ring-OldChunkImporter''
''Slot'' ''System-Announcements'' ''System-BasicCommandLineHandler'' ''System-Changes''
Expand Down

0 comments on commit 72cf56a

Please sign in to comment.