Skip to content

Commit

Permalink
[2024.1] Fix build name for almalinux8 aarch64 clang17 LTO build (#292)
Browse files Browse the repository at this point in the history
Fix build name for LTO build for almalinux8/aarch64/clang17 from
almalinux8-aarch64-clang17 (conflicts with non-LTO build) to
almalinux8-aarch64-clang17-full-lto.
  • Loading branch information
es1024 authored Oct 24, 2024
1 parent 06f6a13 commit 6d4bff5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ jobs:
--toolchain=llvm17
--expected-major-compiler-version=17
- name: almalinux8-aarch64-clang17
- name: almalinux8-aarch64-clang17-full-lto
os: ubuntu-24.04-aarch64-4core-16gb
docker_image: yugabyteci/yb_build_infra_almalinux8_aarch64:v2024-09-20T23_59_06
build_thirdparty_args: >-
Expand Down

0 comments on commit 6d4bff5

Please sign in to comment.