Skip to content

Commit b0cad57

Browse files
committed
ci: Run gen-workflows
Signed-off-by: Daniel Silverstone <dsilvers@digital-scurf.org>
1 parent 1e5eeba commit b0cad57

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/macos-builds-on-all.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,8 @@ jobs:
4242
echo "$HOME/.cargo/bin" >> $GITHUB_PATH
4343
echo "TARGET=${{ matrix.target }}" >> $GITHUB_ENV
4444
echo "SKIP_TESTS=" >> $GITHUB_ENV
45+
echo "LZMA_API_STATIC=1" >> $GITHUB_ENV
46+
echo "MACOSX_DEPLOYMENT_TARGET=10.13" >> $GITHUB_ENV
4547
- name: Cache cargo registry and git trees
4648
uses: actions/cache@v2
4749
with:
@@ -83,13 +85,16 @@ jobs:
8385
8486
# Set SDK environment variables
8587
echo "SDKROOT=$(xcrun -sdk macosx11.0 --show-sdk-path)" >> $GITHUB_ENV
88+
# Override the deployment target set earlier
8689
echo "MACOSX_DEPLOYMENT_TARGET=$(xcrun -sdk macosx11.0 --show-sdk-platform-version)" >> $GITHUB_ENV
8790
if: matrix.target == 'aarch64-apple-darwin'
8891
- name: Ensure we have our goal target installed
8992
run: |
9093
rustup target install "$TARGET"
9194
- name: Run a full build and test
9295
run: bash ci/run.bash
96+
- name: Dump dynamic link targets
97+
run: otool -L target/${TARGET}/release/rustup-init
9398
- name: Acquire the AWS tooling
9499
run: |
95100
pip3 install awscli

0 commit comments

Comments
 (0)