Skip to content

Commit bcfaa7e

Browse files
authored
ci: move checkers build to Fedora:38 (#12738)
We need to ignore some "unreachable code" warnings in ShellCheck because the functions are called after being exported.
1 parent fcc79b1 commit bcfaa7e

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

ci/cloudbuild/builds/check-api.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
#!/bin/bash
2+
# shellcheck disable=SC2317
23
#
34
# Copyright 2021 Google LLC
45
#

ci/cloudbuild/builds/publish-docs.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
#!/bin/bash
2+
# shellcheck disable=SC2317
23
#
34
# Copyright 2021 Google LLC
45
#

ci/cloudbuild/dockerfiles/checkers.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
# than to the extent that certain distros offer certain versions of software
1818
# that the build needs. It's fine to add more deps that are needed by the
1919
# `checkers.sh` build.
20-
FROM fedora:37
20+
FROM fedora:38
2121
ARG NCPU=4
2222
ARG ARCH=amd64
2323

0 commit comments

Comments
 (0)