Skip to content

Commit a97bcda

Browse files
committed
Update gcc url in install-toolchain
The repo changed its tag structure from before, which caused install-toolchain to get a 404. PiperOrigin-RevId: 290119054 Change-Id: I66a7bb1414a8ecb4ec3a4c674b751cccf388ad4b
1 parent 4015ba6 commit a97bcda

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

asylo/distrib/toolchain/install-toolchain

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@ set -e
2323
readonly install_default=/opt/asylo/toolchains/default
2424

2525
# Dependency source files to use when fetching from online.
26-
readonly gcc_tag=gcc-7_4_0-release
27-
readonly gcc_default="gcc-${gcc_tag}.tar.gz" # github renames the archive.
28-
readonly gcc_default_sha="e1b1a60ca5c93e9838e6c0252d0aa977b76088114e68bc2753ff59c85328b308"
26+
readonly gcc_tag=releases/gcc-7.4.0
27+
readonly gcc_default="gcc-${gcc_tag//\//-}.tar.gz" # github renames the archive.
28+
readonly gcc_default_sha="9d4f845f88a4eab077e777725fafd768239ede9baed6e452909e48d7abeb97c1"
2929
readonly binutils_default=binutils-2.24.tar.gz
3030
readonly binutils_default_sha="4930b2886309112c00a279483eaef2f0f8e1b1b62010e0239c16b22af7c346d4"
3131
readonly newlib_default=newlib-2.5.0.20170922.tar.gz

0 commit comments

Comments
 (0)