File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -34,6 +34,8 @@ set -o xtrace
3434cargo --version
3535rustc --version
3636
37+ source " ./tools/helios_version"
38+
3739#
3840# The token authentication mechanism that affords us access to other private
3941# repositories requires that we use HTTPS URLs for GitHub, rather than SSH.
@@ -67,12 +69,11 @@ mkdir gz && cd gz
6769ptime -m tar xvzf /input/package/work/trampoline-global-zone-packages.tar.gz
6870cd -
6971
70- # TODO: Consider importing zones here too?
71-
7272# Checkout helios at a pinned commit
7373git clone https://github.com/oxidecomputer/helios.git
7474cd helios
75- git checkout ac8a7e7ef9e9b5ef27334bc8016f5d123f852449
75+
76+ git checkout " $COMMIT "
7677
7778# Create the "./helios-build" command, which lets us build images
7879gmake setup
Original file line number Diff line number Diff line change 1+ COMMIT=49d501d2f37060e29a84a50e9026860315975794
You can’t perform that action at this time.
0 commit comments