Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release v0.13.0 #1898

Merged
merged 29 commits into from
Jul 11, 2024
Merged
Changes from 1 commit
Commits
Show all changes
29 commits
Select commit Hold shift + click to select a range
dd23213
chore: update deps to enable metadata hash check
wischli Jul 5, 2024
0a26688
chore: update srtool + add on-chain-release-build opts
wischli Jul 5, 2024
3da4e2e
chore: bump spec versions + cleanup migrations
wischli Jul 5, 2024
595b275
fmt: taplo
wischli Jul 5, 2024
d90644b
ci: fix srtool fmt
wischli Jul 5, 2024
4cb3180
ci: apply proper CLI
wischli Jul 5, 2024
3e02647
attempt2 to enable on-chain-release-build
wischli Jul 5, 2024
4f58c15
change srtool build for chevdor/strool-actions action
gpmayorga Jul 5, 2024
a882fd9
desperate attempts to get it working
wischli Jul 6, 2024
805273f
override workdir
gpmayorga Jul 8, 2024
7dd5f48
Try to set permissions wide open before running docker
gpmayorga Jul 8, 2024
559e568
add RUST_BACKTRACE
gpmayorga Jul 8, 2024
9d142f8
revert to our GHA manual process & add enhancements
gpmayorga Jul 8, 2024
b3a97bc
fix package name
gpmayorga Jul 8, 2024
8a259a4
Output information about srtool
gpmayorga Jul 8, 2024
99dce4b
Revert "desperate attempts to get it working"
wischli Jul 9, 2024
4601e21
fix: some scripts
wischli Jul 9, 2024
4ee87b6
fix bad colon on echo command
gpmayorga Jul 9, 2024
a649876
Fix missing colon and remove docker publish release
gpmayorga Jul 9, 2024
cfa9880
upload wasm to release
gpmayorga Jul 9, 2024
6472be0
fix issue with gchr tags
gpmayorga Jul 9, 2024
4a981c0
more semicolon issues
gpmayorga Jul 9, 2024
e52d367
Merge branch 'main' into release-v0.13.0
gpmayorga Jul 9, 2024
5edb9bf
unique name for delete untagged
gpmayorga Jul 9, 2024
d43b773
fix delete_untagged
gpmayorga Jul 9, 2024
ac4d669
move delete_untagged under workflows
gpmayorga Jul 9, 2024
acc6ff5
move delete untagged to manual runs
gpmayorga Jul 9, 2024
c4785b1
review bash syntax for wasm build
gpmayorga Jul 9, 2024
209167e
recover cache and limit sanity check build time
gpmayorga Jul 9, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
override workdir
  • Loading branch information
gpmayorga committed Jul 8, 2024
commit 805273feb5fd7b4076b52b6a82bdc0ea55b97a43
1 change: 1 addition & 0 deletions .github/workflows/build-wasm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ jobs:
chain: ${{ matrix.chain }}
# package: ${{ matrix.chain }}
# runtime_dir: ${{ matrix.runtime.path }}
workdir: ${{ github.workspace }}
profile: "release"

# USING DOCKER DIRECTLY
Expand Down
Loading