Skip to content

Commit

Permalink
skip cross compile for now
Browse files Browse the repository at this point in the history
  • Loading branch information
sroussey committed Apr 3, 2024
1 parent c9a607b commit c6fb875
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -481,7 +481,7 @@ jobs:
run: |
sudo apt update
sudo apt install -y cmake build-essential libjemalloc-dev libomp-dev gcc-12 g++-12
sudo apt install gcc-aarch64-linux-gnu binutils-aarch64-linux-gnu
sudo apt install -y gcc-aarch64-linux-gnu binutils-aarch64-linux-gnu g++-aarch64-linux-gnu
- run: npm ci --ignore-scripts
- run: npm run prebuild-single
Expand All @@ -494,7 +494,7 @@ jobs:
- run: file prebuilds/*/*
if: matrix.os == 'macos-latest'
- name: Extra for cross build
if: matrix.os == 'ubuntu-22.04'
if: matrix.os == 'ubuntu-22.04-skip'
run: |
export CC=aarch64-linux-gnu-gcc
export CXX=aarch64-linux-gnu-g++
Expand Down

0 comments on commit c6fb875

Please sign in to comment.