File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed
Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments