Skip to content

nccopy has an out-of-app rpath; since we don't need it, exclude it fr… #7

nccopy has an out-of-app rpath; since we don't need it, exclude it fr…

nccopy has an out-of-app rpath; since we don't need it, exclude it fr… #7

Workflow file for this run

name: Ambertools canary build
on:
push:
branches: [feature/ambertools]
jobs:
build-arm-macos:
name: Build ChimeraX for arm64 macOS
uses: ./.github/workflows/mac_arm_build.yml
with:
branch: feature/ambertools
release_type: canary
secrets: inherit
build-intel-macos:
name: Build ChimeraX for Intel macOS
uses: ./.github/workflows/mac_intel_build.yml
with:
branch: feature/ambertools
release_type: canary
secrets: inherit
build-mac-universal:
name: Build Universal ChimeraX for macOS
needs: [build-arm-macos, build-intel-macos]
uses: ./.github/workflows/mac_universal_build.yml
with:
branch: feature/ambertools
release_type: canary
secrets: inherit