Skip to content

Commit ef7a2d1

Browse files
author
dkostic
committed
Merge branch 'main' into s2n-bignum-inv
2 parents dc0b9c3 + 02ea4c4 commit ef7a2d1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/docker_images/alpine-linux/Dockerfile

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
# Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
22
# SPDX-License-Identifier: Apache-2.0 OR ISC
33

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

67
ARG CC=gcc
78
ARG CXX=g++

tests/ci/integration/run_tcpdump_integration.sh

-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@ function tcpdump_build() {
4242
}
4343

4444
function tcpdump_run_tests() {
45-
make -j "$NUM_CPU_THREADS" check
4645
make -j "$NUM_CPU_THREADS" releasecheck
4746
}
4847

0 commit comments

Comments
 (0)