[clang] [llvm] Mac release workaround (PR #163607)
via cfe-commits
cfe-commits at lists.llvm.org
Mon Oct 20 11:43:02 PDT 2025
================
@@ -254,6 +269,34 @@
run: |
ninja -C ${{ steps.setup-stage.outputs.build-prefix }}/build stage2-check-all
+ test-release-package-mac-flang:
+ name: "Test Release Package Mac OS (flang)"
+ needs:
+ - prepare
+ if: >-
+ github.event_name == 'pull_request' &&
+ (needs.prepare.outputs.build-runs-on == 'macos-13' ||
+ needs.prepare.outputs.build-runs-on == 'macos-14')
+ runs-on: ${{ needs.prepare.outputs.build-runs-on }}
+ steps:
+ - name: Checkout LLVM
+ uses: actions/checkout at 08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
+ with:
+ ref: ${{ needs.prepare.outputs.ref }}
+ - name: Install Ninja
----------------
github-advanced-security[bot] wrote:
## Checkout of untrusted code in trusted context
Potential unsafe checkout of untrusted pull request on privileged workflow.
[Show more details](https://github.com/llvm/llvm-project/security/code-scanning/1494)
https://github.com/llvm/llvm-project/pull/163607
More information about the cfe-commits
mailing list