Skip to content

Commit

Permalink
Cross compile toolchains are built into docker image already
Browse files Browse the repository at this point in the history
  • Loading branch information
devongovett committed Aug 3, 2022
1 parent 46e132b commit 9e5d055
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 12 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/nightly-release.yml
Expand Up @@ -144,12 +144,6 @@ jobs:
profile: minimal
override: true
target: ${{ matrix.target }}
- name: Install cross compile toolchains
if: ${{ matrix.target == 'aarch64-unknown-linux-musl' }}
run: |
curl -O http://musl.cc/aarch64-linux-musl-cross.tgz
tar xzf aarch64-linux-musl-cross.tgz
cp -R aarch64-linux-musl-cross/* /usr
- uses: bahmutov/npm-install@v1.1.0
- name: Build native packages
run: yarn build-native-release
Expand Down
6 changes: 0 additions & 6 deletions .github/workflows/tag-release.yml
Expand Up @@ -144,12 +144,6 @@ jobs:
profile: minimal
override: true
target: ${{ matrix.target }}
- name: Install cross compile toolchains
if: ${{ matrix.target == 'aarch64-unknown-linux-musl' }}
run: |
curl -O http://musl.cc/aarch64-linux-musl-cross.tgz
tar xzf aarch64-linux-musl-cross.tgz
cp -R aarch64-linux-musl-cross/* /usr
- uses: bahmutov/npm-install@v1.1.0
- name: Build native packages
run: yarn build-native-release
Expand Down

0 comments on commit 9e5d055

Please sign in to comment.