Skip to content

Commit

Permalink
Use older image with gcc-13 for alpine linux ci (#2054)
Browse files Browse the repository at this point in the history
Alpine Linux has started using gcc-14 as the default compiler. This is
broken with our FIPS build which has started causing CI failures. See
#2010

By submitting this pull request, I confirm that my contribution is made
under the terms of the Apache 2.0 license and the ISC license.
  • Loading branch information
samuel40791765 authored Dec 12, 2024
1 parent a89cb97 commit 850af98
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/docker_images/alpine-linux/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
# Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
# SPDX-License-Identifier: Apache-2.0 OR ISC

FROM alpine:latest
# TODO(CryptoAlg-2491 & Issue#2010): latest pins to gcc-14, but it's broken with FIPS.
FROM alpine:3.20

ARG CC=gcc
ARG CXX=g++
Expand Down

0 comments on commit 850af98

Please sign in to comment.