Skip to content

Commit

Permalink
remove Collections-Abstract-Traits from the bootstrap script
Browse files Browse the repository at this point in the history
  • Loading branch information
pavel-krivanek committed Apr 27, 2024
1 parent 73b9338 commit 6c2a5f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bootstrap/scripts/4-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ echo $(date -u) "[Compiler] Installing Traits through Hermes"

${VM} "${COMPILER_IMAGE_NAME}.image" "${IMAGE_FLAGS}" save ${TRAITS_IMAGE_NAME}
${VM} "${TRAITS_IMAGE_NAME}.image" "${IMAGE_FLAGS}" loadHermes Traits.hermes --save
${VM} "${TRAITS_IMAGE_NAME}.image" "${IMAGE_FLAGS}" loadHermes Kernel-Traits.hermes Collections-Abstract-Traits.hermes CodeImport-Traits.hermes --save
${VM} "${TRAITS_IMAGE_NAME}.image" "${IMAGE_FLAGS}" loadHermes Kernel-Traits.hermes CodeImport-Traits.hermes --save
zip "${TRAITS_IMAGE_NAME}.zip" "${TRAITS_IMAGE_NAME}.image"

#Bootstrap Initialization: Class and Package initialization
Expand Down

0 comments on commit 6c2a5f6

Please sign in to comment.