Skip to content

Commit

Permalink
Merge pull request #45 from blocklessnetwork/feature/ci
Browse files Browse the repository at this point in the history
fix the cross compile.
  • Loading branch information
Joinhack authored Apr 20, 2024
2 parents 5cadac8 + eec6623 commit bad3b16
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 14 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/wasi-v86-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,16 +31,6 @@ jobs:
uses: bruceadams/[email protected]
env:
GITHUB_TOKEN: ${{ github.token }}
- name: create Cross.toml
run: |
echo [target.aarch64-unknown-linux-gnu] > Cross.toml
echo "dockerfile = \"./Dockerfile\"" >> Cross.toml
- name: create Dockerfile
run: |
echo "FROM arm64v8/rust" > Dockerfile
echo "RUN dpkg --add-architecture arm64 && \\" >> Dockerfile
echo "apt-get update && \\" >> Dockerfile
echo "apt-get install --assume-yes build-essential" >> Dockerfile
- uses: actions-rs/toolchain@v1
with:
toolchain: stable
Expand Down
4 changes: 0 additions & 4 deletions .github/workflows/wasm-v86.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,6 @@ jobs:
uses: bruceadams/[email protected]
env:
GITHUB_TOKEN: ${{ github.token }}
- name: create Cross.toml
run: |
echo [target.wasm32-unknown-unknown] > Cross.toml
echo "dockerfile = \"./Dockerfile\"" >> Cross.toml
- name: create Dockerfile
run: |
echo "apt-get update && \\" >> Dockerfile
Expand Down

0 comments on commit bad3b16

Please sign in to comment.