Skip to content

Commit fcc79b1

Browse files
authored
ci: all CMake-based builds on Fedora:38 (#12737)
This moves the remaining CMake-based builds to Fedora:38.
1 parent f251ffc commit fcc79b1

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

ci/cloudbuild/triggers/cmake-split-install-ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ github:
77
name: cmake-split-install-ci
88
substitutions:
99
_BUILD_NAME: cmake-split-install
10-
_DISTRO: fedora-37-cmake
10+
_DISTRO: fedora-latest-cmake
1111
_TRIGGER_TYPE: ci
1212
includeBuildLogs: INCLUDE_BUILD_LOGS_WITH_STATUS
1313
tags:

ci/cloudbuild/triggers/cmake-split-install-pr.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ github:
88
name: cmake-split-install-pr
99
substitutions:
1010
_BUILD_NAME: cmake-split-install
11-
_DISTRO: fedora-37-cmake
11+
_DISTRO: fedora-latest-cmake
1212
_TRIGGER_TYPE: pr
1313
includeBuildLogs: INCLUDE_BUILD_LOGS_WITH_STATUS
1414
tags:

ci/cloudbuild/triggers/publish-docs-compute-pr.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ github:
88
name: publish-docs-compute-pr
99
substitutions:
1010
_BUILD_NAME: publish-docs
11-
_DISTRO: fedora-37-cmake
11+
_DISTRO: fedora-latest-cmake
1212
_TRIGGER_TYPE: pr
1313
_LIBRARIES: compute
1414
includeBuildLogs: INCLUDE_BUILD_LOGS_WITH_STATUS

docfx/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ git clone https://github.com/microsoft/vcpkg.git $HOME/vcpkg
3939
```
4040
cd google-cloud-cpp
4141
cmake -S . -B .build -DCMAKE_TOOLCHAIN_FILE=$HOME/vcpkg/scripts/buildsystems/vcpkg.cmake
42-
PUBLISH=$PWD/build-out/fedora-37-cmake-publish-docs/cmake-out/google/cloud
42+
PUBLISH=$PWD/build-out/fedora-latest-cmake-publish-docs/cmake-out/google/cloud
4343
cmake --build .build/ --target docfx/all \
4444
&& rm -f $HOME/doc-pipeline/testdata/cpp/* \
4545
&& env -C $HOME/doc-pipeline/testdata/cpp $PWD/.build/docfx/doxygen2docfx $PUBLISH/xml/cloud.doxygen.xml cloud 2.9.0

0 commit comments

Comments
 (0)