Skip to content

Commit 1f57c7f

Browse files
committed
remove some ci steps
1 parent d31e361 commit 1f57c7f

File tree

6 files changed

+4
-429
lines changed

6 files changed

+4
-429
lines changed

.github/ansible/redeploy-relay.yml

Lines changed: 0 additions & 20 deletions
This file was deleted.

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -161,8 +161,8 @@ jobs:
161161
- name: Add wasm target
162162
run: rustup target add wasm32-unknown-unknown
163163

164-
- name: wasm32 build (iroh-base)
165-
run: cargo build -p iroh-base --all-features --target wasm32-unknown-unknown
164+
- name: wasm32 build
165+
run: cargo build --all-features --target wasm32-unknown-unknown
166166

167167
check_semver:
168168
runs-on: ubuntu-latest
@@ -190,7 +190,7 @@ jobs:
190190
# uses: obi1kenobi/cargo-semver-checks-action@v2
191191
uses: n0-computer/cargo-semver-checks-action@feat-baseline
192192
with:
193-
package: iroh, iroh-base, iroh-blobs, iroh-cli, iroh-dns-server, iroh-gossip, iroh-metrics, iroh-net, iroh-net-bench, iroh-docs
193+
package: iroh-blobs
194194
baseline-rev: ${{ env.HEAD_COMMIT_SHA }}
195195
use-cache: false
196196

.github/workflows/netsim.yml

Lines changed: 0 additions & 60 deletions
This file was deleted.

.github/workflows/netsim_runner.yaml

Lines changed: 0 additions & 269 deletions
This file was deleted.

0 commit comments

Comments
 (0)