================
@@ -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@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
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits