Skip to content

Commit b025557

Browse files
Vardhan ThigleJethro Beekman
Vardhan Thigle
authored and
Jethro Beekman
committed
Updated commit id for building libunwind.
1 parent 9ce3cfa commit b025557

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/ci/docker/dist-various-2/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ RUN /tmp/build-solaris-toolchain.sh sparcv9 sparcv9 solaris-sparc
3232
COPY dist-various-2/build-x86_64-fortanix-unknown-sgx-toolchain.sh /tmp/
3333
# We pass the commit id of the port of LLVM's libunwind to the build script.
3434
# Any update to the commit id here, should cause the container image to be re-built from this point on.
35-
RUN /tmp/build-x86_64-fortanix-unknown-sgx-toolchain.sh "75628849f538a62712353ac6e4c9e789da90923e"
35+
RUN /tmp/build-x86_64-fortanix-unknown-sgx-toolchain.sh "53b586346f2c7870e20b170decdc30729d97c42b"
3636

3737
COPY scripts/sccache.sh /scripts/
3838
RUN sh /scripts/sccache.sh

src/ci/docker/dist-various-2/build-x86_64-fortanix-unknown-sgx-toolchain.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,4 +49,4 @@ build_unwind() {
4949

5050
set -x
5151
hide_output install_prereq
52-
hide_output build_unwind
52+
build_unwind

0 commit comments

Comments
 (0)