Skip to content

Commit

Permalink
use musl as tool chain.
Browse files Browse the repository at this point in the history
  • Loading branch information
Joinhack committed Dec 27, 2024
1 parent 4cb23ba commit b3b1497
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/runtime_release_linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,18 +44,11 @@ jobs:
file: "bls-runtime/Cargo.toml"
key: "version"
value: "${{ steps.get_release.outputs.tag_name }}"
- name: install libssl-dev
run: |
echo `pwd`
sudo apt install aarch64-linux-musl-gcc
sudo apt-get install build-essential gcc musl-tools musl-dev make perl dkms
if: startsWith(matrix.arch, 'aarch64')
- name: install libssl-dev
run: |
echo `pwd`
sudo apt install gcc-aarch64-linux-gnu
sudo apt-get install build-essential gcc musl-tools musl-dev make perl dkms
if: startsWith(matrix.arch, 'x86_64')
- uses: actions-rs/toolchain@v1
with:
toolchain: stable
Expand Down

0 comments on commit b3b1497

Please sign in to comment.