File tree Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -10,12 +10,14 @@ export OVERRIDER_COMPRESSION_TYPE
1010export SUITE
1111export ENABLE_EXIT
1212export ENABLE_USER_SETUP
13+ export COMPONENTS
1314
1415SUITE=" jammy"
1516frn=" out/$SUITE -raw"
1617OVERRIDER_COMPRESSION_TYPE=" gzip"
1718ENABLE_EXIT=true
1819ENABLE_USER_SETUP=false
20+ COMPONENTS=" multiverse,universe,main,restricted"
1921
2022additional_setup () {
2123
Original file line number Diff line number Diff line change @@ -10,12 +10,15 @@ export OVERRIDER_COMPRESSION_TYPE
1010export SUITE
1111export ENABLE_EXIT
1212export ENABLE_USER_SETUP
13+ export COMPONENTS
1314
1415SUITE=" kinetic"
1516frn=" out/$SUITE -raw"
1617OVERRIDER_COMPRESSION_TYPE=" gzip"
1718ENABLE_EXIT=true
1819ENABLE_USER_SETUP=false
20+ COMPONENTS=" multiverse,universe,main,restricted"
21+
1922
2023additional_setup () {
2124
You can’t perform that action at this time.
0 commit comments