Skip to content

Commit

Permalink
Spawn
Browse files Browse the repository at this point in the history
  • Loading branch information
mohanson committed Aug 22, 2024
1 parent 0a623ce commit 6ad09c7
Show file tree
Hide file tree
Showing 88 changed files with 3,698 additions and 6,438 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,6 @@ jobs:
cargo login ${{ secrets.CARGO_REGISTRY_TOKEN }}
cd ckb-mock-tx-types && cargo publish && cd ..
cd ckb-vm-pprof && cargo publish && cd ..
cd ckb-debugger-api && cargo publish && cd ..
cd ckb-gdb-remote-protocol && cargo publish && cd ..
cd ckb-vm-debug-utils && cargo publish && cd ..
cd ckb-debugger && cargo publish && cd ..
cd ckb-vm-pprof-protos && cargo publish --no-verify && cd ..
Expand Down
9 changes: 8 additions & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,18 @@ env:
CARGO_TERM_COLOR: always

jobs:
build:
build-linux:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Build
run: cargo build
- name: Build ckb-vm-signal-profiler example
run: cargo build --examples --package ckb-vm-signal-profiler

build-windows:
runs-on: windows-latest
steps:
- uses: actions/checkout@v3
- name: Build
run: cd ckb-debugger && cargo build
Loading

0 comments on commit 6ad09c7

Please sign in to comment.