[libcxx-commits] [libcxx] [llvm] [libc++] Trigger the BuildKite pipeline from Github Actions (PR #165928)
via libcxx-commits
libcxx-commits at lists.llvm.org
Fri Oct 31 14:59:07 PDT 2025
================
@@ -288,3 +288,16 @@
- name: Build and test
run: |
bash libcxx/utils/ci/run-buildbot ${{ matrix.config }}
+
+ buildkite_platforms:
+ # needs: [ stage2 ] # TODO: temporarily always trigger
+ runs-on: llvm-premerge-libcxx-next-runners
+ steps:
+ - name: Trigger Buildkite pipeline
+ uses: buildkite/trigger-pipeline-action at v2.4.0
----------------
github-advanced-security[bot] wrote:
## Unpinned tag for a non-immutable Action in workflow
Unpinned 3rd party Action 'Build and Test libc++' step [Uses Step](1) uses 'buildkite/trigger-pipeline-action' with ref 'v2.4.0', not a pinned commit hash
[Show more details](https://github.com/llvm/llvm-project/security/code-scanning/1505)
https://github.com/llvm/llvm-project/pull/165928
More information about the libcxx-commits
mailing list