diff options
author | Hennadii Stepanov <32963518+hebasto@users.noreply.github.com> | 2024-09-07 18:12:35 +0100 |
---|---|---|
committer | Hennadii Stepanov <32963518+hebasto@users.noreply.github.com> | 2024-09-07 18:15:41 +0100 |
commit | ff54395de421fa1cbcf80ddbca4d71f0d2a4d12f (patch) | |
tree | 822d92b1480198948f07f12c9cf8837e88868ae0 /src/secp256k1/ci | |
parent | a5fa90706addb3ebc4325b139cfebcf9d7ac3045 (diff) | |
parent | 611562806cf3fd3028e24e6c5a8e8dcb8805be38 (diff) |
Update secp256k1 subtree to latest master
Diffstat (limited to 'src/secp256k1/ci')
-rw-r--r-- | src/secp256k1/ci/linux-debian.Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/secp256k1/ci/linux-debian.Dockerfile b/src/secp256k1/ci/linux-debian.Dockerfile index 5ce715b41b..241bfa9719 100644 --- a/src/secp256k1/ci/linux-debian.Dockerfile +++ b/src/secp256k1/ci/linux-debian.Dockerfile @@ -40,7 +40,7 @@ RUN apt-get update && apt-get install --no-install-recommends -y \ apt-get clean && rm -rf /var/lib/apt/lists/* # Build and install gcc snapshot -ARG GCC_SNAPSHOT_MAJOR=14 +ARG GCC_SNAPSHOT_MAJOR=15 RUN apt-get update && apt-get install --no-install-recommends -y wget libgmp-dev libmpfr-dev libmpc-dev flex && \ mkdir gcc && cd gcc && \ wget --progress=dot:giga --https-only --recursive --accept '*.tar.xz' --level 1 --no-directories "https://gcc.gnu.org/pub/gcc/snapshots/LATEST-${GCC_SNAPSHOT_MAJOR}" && \ |