Skip to content

Commit 1c951f1

Browse files
committed
source, review
1 parent ac13ea1 commit 1c951f1

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

.github/buildomat/jobs/recovery-image.sh

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@ set -o xtrace
3434
cargo --version
3535
rustc --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
6769
ptime -m tar xvzf /input/package/work/trampoline-global-zone-packages.tar.gz
6870
cd -
6971

70-
# TODO: Consider importing zones here too?
71-
7272
# Checkout helios at a pinned commit
7373
git clone https://github.com/oxidecomputer/helios.git
7474
cd helios
75-
git checkout ac8a7e7ef9e9b5ef27334bc8016f5d123f852449
75+
76+
git checkout "$COMMIT"
7677

7778
# Create the "./helios-build" command, which lets us build images
7879
gmake setup

tools/helios_version

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
COMMIT=49d501d2f37060e29a84a50e9026860315975794

0 commit comments

Comments
 (0)