Skip to content

Commit 535fe53

Browse files
authored
Merge pull request #114 from rage/disable-macos11
temporarily disable support for macos 11 target
2 parents 1cc820d + 906b9b8 commit 535fe53

File tree

2 files changed

+0
-21
lines changed

2 files changed

+0
-21
lines changed

.github/workflows/upload-binaries.yml

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -68,26 +68,6 @@ jobs:
6868
- name: Deploy
6969
run: gsutil cp target/release/tmc-langs-cli gs://${{ secrets.GCP_BUCKET }}/tmc-langs-rust/tmc-langs-cli-x86_64-apple-darwin-$TAG
7070

71-
macos-11:
72-
runs-on: macos-latest
73-
strategy:
74-
matrix:
75-
target: [x86_64-apple-darwin, aarch64-apple-darwin]
76-
steps:
77-
- uses: actions/checkout@v2
78-
- uses: GoogleCloudPlatform/github-actions/setup-gcloud@master
79-
with:
80-
project_id: ${{ secrets.GCP_PROJECT_ID }}
81-
service_account_key: ${{ secrets.GCP_SA_KEY }}
82-
- name: Cargo build
83-
run: |
84-
rustup target add ${{ matrix.target }}
85-
cargo build -p tmc-langs-cli --release --verbose --target ${{ matrix.target }}
86-
- name: Sign
87-
run: codesign --force -s - target/release/tmc-langs-cli
88-
- name: Deploy
89-
run: gsutil cp target/release/tmc-langs-cli gs://${{ secrets.GCP_BUCKET }}/tmc-langs-rust/tmc-langs-cli-${{ matrix.target }}-$TAG
90-
9171
arm:
9272
runs-on: ubuntu-16.04
9373
strategy:

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,6 @@ Documentation and binaries for the supported targets are built and the binaries
6161
- Windows MSVC 64-bit (x86_64-pc-windows-msvc)
6262
- Windows MSVC 32-bit (i686-pc-windows-msvc)
6363
- MacOS 64-bit (x86_64-apple-darwin)
64-
- MacOS 11 (aarch64-apple-darwin)
6564
- ARM64 (aarch64-unknown-linux-gnu)
6665
- Armv7 (armv7-unknown-linux-gnueabihf)
6766

0 commit comments

Comments
 (0)