We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b6e1884 + 41ccd52 commit 2cd2db5Copy full SHA for 2cd2db5
.github/docker_images/aws-lc/ubuntu/Dockerfile.2404
@@ -21,7 +21,6 @@ apt-get -y --no-install-recommends install \
21
ca-certificates \
22
cmake \
23
curl \
24
- gcc-12 \
25
git \
26
libffi-dev \
27
libgmp-dev \
.github/workflows/integration_omnibus.yml
@@ -462,5 +462,5 @@ jobs:
462
FIPS
463
ipv6: true
464
run: |
465
- source /opt/compiler-env/setup-gcc-12.sh
+ source /opt/compiler-env/setup-gcc-13.sh
466
./tests/ci/integration/run_ruby_integration.sh ${{ matrix.version }}
0 commit comments