Skip to content

Commit

Permalink
Cleanup srtool wasm building (#3034)
Browse files Browse the repository at this point in the history
* remove

* update yml
  • Loading branch information
Kailai-Wang authored Sep 2, 2024
1 parent a7e7612 commit ad08894
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 62 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-wasm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
with:
chain: ${{ github.event.inputs.chain }}-parachain
runtime_dir: runtime/${{ github.event.inputs.chain }}
tag: "1.73.0"
profile: production

- name: Summary
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/create-release-draft.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ jobs:
with:
chain: ${{ matrix.chain }}-parachain
runtime_dir: runtime/${{ matrix.chain }}
tag: "1.73.0"
profile: production

- name: Summary
run: |
Expand Down
8 changes: 0 additions & 8 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -42,14 +42,6 @@ build-runtime-litentry:
build-runtime-rococo:
cargo build --locked -p $(call pkgid, rococo-parachain-runtime) --release

.PHONY: srtool-build-wasm-litentry ## Build litentry wasm with srtools
srtool-build-wasm-litentry:
@./scripts/build-wasm.sh litentry

.PHONY: srtool-build-wasm-rococo ## Build rococo wasm with srtools
srtool-build-wasm-rococo:
@./scripts/build-wasm.sh rococo

.PHONY: build-docker-release ## Build docker image using cargo profile `release`
build-docker-release:
@./scripts/build-docker.sh release latest
Expand Down
31 changes: 0 additions & 31 deletions scripts/build-wasm.sh

This file was deleted.

21 changes: 0 additions & 21 deletions scripts/bump-code-versions.sh

This file was deleted.

0 comments on commit ad08894

Please sign in to comment.