[all-commits] [llvm/llvm-project] b047c2: workflows: Re-implement the get-llvm-version actio...
Tom Stellard via All-commits
all-commits at lists.llvm.org
Mon Aug 5 01:19:25 PDT 2024
Branch: refs/heads/release/19.x
Home: https://github.com/llvm/llvm-project
Commit: b047c24071d5f12f5cd4fa397bfd144a4f735935
https://github.com/llvm/llvm-project/commit/b047c24071d5f12f5cd4fa397bfd144a4f735935
Author: Tom Stellard <tstellar at redhat.com>
Date: 2024-08-05 (Mon, 05 Aug 2024)
Changed paths:
A .github/workflows/get-llvm-version/action.yml
M .github/workflows/libclang-abi-tests.yml
M .github/workflows/llvm-tests.yml
A llvm/utils/release/get-llvm-version.sh
Log Message:
-----------
workflows: Re-implement the get-llvm-version action as a composite action (#101569)
The old version in the llvm/actions repo stopped working after the
version variables were moved out of llvm/CMakeLists.txt. Composite
actions are more simple and don't require javascript, which is why I
reimplemented it as a composite action.
This will fix the failing abi checks on the release branch.
(cherry picked from commit 14837aff058f9a2d32b8277debe619d8eb1995a1)
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list