[all-commits] [llvm/llvm-project] 14837a: workflows: Re-implement the get-llvm-version actio...
Tom Stellard via All-commits
all-commits at lists.llvm.org
Fri Aug 2 21:52:24 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 14837aff058f9a2d32b8277debe619d8eb1995a1
https://github.com/llvm/llvm-project/commit/14837aff058f9a2d32b8277debe619d8eb1995a1
Author: Tom Stellard <tstellar at redhat.com>
Date: 2024-08-02 (Fri, 02 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.
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