Skip to content

Commit c4726d9

Browse files
committed
update cert path and Wno-error on boringssl
1 parent 1ceda56 commit c4726d9

2 files changed

Lines changed: 5 additions & 0 deletions

File tree

ci/cloudbuild/builds/bazel-oldest.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,5 +33,7 @@ args+=(
3333
--enable_workspace
3434
# Only run the unit tests, no need to waste time running everything.
3535
--test_tag_filters=-integration-test
36+
# Disable warnings as errors for boringssl.
37+
--per_file_copt=boringssl//@-Wno-error
3638
)
3739
io::run bazel test "${args[@]}" -- "${BAZEL_TARGETS[@]}"

ci/cloudbuild/dockerfiles/fedora-latest-bazel.Dockerfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,3 +64,6 @@ RUN go version
6464
WORKDIR /var/tmp/downloads/cloud-bigtable-clients-test
6565
RUN curl -fsSL https://github.com/googleapis/cloud-bigtable-clients-test/archive/v0.0.4.tar.gz | \
6666
tar -xzf - --strip-components=1
67+
68+
# Fedora 44 changed where it stores CA certs.
69+
RUN ln -sf /etc/pki/ca-trust/extracted/pem/tls-ca-bundle.pem /etc/pki/tls/certs/ca-certificates.crt

0 commit comments

Comments
 (0)