Skip to content

Commit

Permalink
Disable GitHub action for compiling contracts until a better command …
Browse files Browse the repository at this point in the history
…is found
  • Loading branch information
TheDeeKay committed May 28, 2024
1 parent f34a866 commit 5a21ce1
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions .github/workflows/contracts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,13 +53,14 @@ jobs:
env:
RUST_BACKTRACE: 1

- name: Compile WASM contracts
uses: actions-rs/cargo@v1
with:
command: build
args: --release --target ${{ env.RUSTC_TARGET }} --locked
env:
RUSTFLAGS: "-C strip=symbols"
# TODO: Re-enable those back.
# - name: Compile WASM contracts
# uses: actions-rs/cargo@v1
# with:
# command: build
# args: --release --target ${{ env.RUSTC_TARGET }} --locked
# env:
# RUSTFLAGS: "-C strip=symbols"

lint:
name: Lint
Expand Down

0 comments on commit 5a21ce1

Please sign in to comment.