@@ -147,23 +147,6 @@ jobs:
147147 env :
148148 RUST_LOG : ${{ runner.debug && 'TRACE' || 'DEBUG' }}
149149
150-
151- # wasm_build:
152- # name: Build wasm32
153- # runs-on: ubuntu-latest
154- # steps:
155- # - name: Checkout sources
156- # uses: actions/checkout@v4
157-
158- # - name: Install stable toolchain
159- # uses: dtolnay/rust-toolchain@stable
160-
161- # - name: Add wasm target
162- # run: rustup target add wasm32-unknown-unknown
163-
164- # - name: wasm32 build
165- # run: cargo build --all-features --target wasm32-unknown-unknown
166-
167150 check_semver :
168151 runs-on : ubuntu-latest
169152 env :
@@ -190,7 +173,7 @@ jobs:
190173 # uses: obi1kenobi/cargo-semver-checks-action@v2
191174 uses : n0-computer/cargo-semver-checks-action@feat-baseline
192175 with :
193- package : iroh, iroh-base, iroh- blobs, iroh-cli, iroh-dns-server, iroh-gossip, iroh-metrics, iroh-net, iroh-net-bench, iroh-docs
176+ package : iroh- blobs
194177 baseline-rev : ${{ env.HEAD_COMMIT_SHA }}
195178 use-cache : false
196179
@@ -287,72 +270,6 @@ jobs:
287270 command : check
288271 command-arguments : " -Dwarnings"
289272
290- # netsim-integration-tests:
291- # permissions: write-all
292- # if: "github.event_name != 'pull_request' || ! contains(github.event.pull_request.labels.*.name, 'flaky-test')"
293- # uses: './.github/workflows/netsim_runner.yaml'
294- # secrets: inherit
295- # with:
296- # branch: ${{ github.ref }}
297- # max_workers: 4
298- # netsim_branch: "main"
299- # sim_paths: "sims/iroh/iroh.json,sims/integration"
300- # pr_number: ${{ github.event.pull_request.number || '' }}
301-
302- # docker_build_and_test:
303- # name: Docker Test
304- # if: "github.event_name != 'pull_request' || ! contains(github.event.pull_request.labels.*.name, 'flaky-test')"
305- # timeout-minutes: 30
306- # runs-on: [self-hosted, linux, X64]
307- # steps:
308- # - name: Checkout
309- # uses: actions/checkout@v4
310-
311- # - name: Install rust
312- # uses: dtolnay/rust-toolchain@master
313- # with:
314- # toolchain: stable
315-
316- # - name: Install sccache
317- # uses: mozilla-actions/[email protected] 318-
319- # - name: Prep
320- # run: sudo apt-get install musl-tools -y
321-
322- # - name: Build iroh
323- # run: cargo build --profile=dev-ci --all-features --bin iroh --target x86_64-unknown-linux-musl
324-
325- # - name: Prep bins
326- # run: |
327- # mkdir -p bins/linux/amd64
328- # cp target/x86_64-unknown-linux-musl/dev-ci/iroh bins/linux/amd64/iroh
329-
330- # - name: Cleanup Docker
331- # continue-on-error: true
332- # run: |
333- # docker kill $(docker ps -q)
334-
335- # - name: Set up Docker Buildx
336- # uses: docker/setup-buildx-action@v3
337-
338- # - name: Build Docker image
339- # uses: docker/build-push-action@v6
340- # with:
341- # context: .
342- # push: false
343- # load: true
344- # tags: n0computer/iroh-test:latest
345- # target: iroh
346- # platforms: linux/amd64
347- # file: docker/Dockerfile.ci
348-
349- # - name: Run Docker image & stats test
350- # run: |
351- # docker run -p 9090:9090 -p 4919:4919/udp -Pd n0computer/iroh-test:latest --rpc-addr 0.0.0.0:4919 start
352- # # Give the server time to start
353- # sleep 3
354- # target/x86_64-unknown-linux-musl/dev-ci/iroh --rpc-addr 127.0.0.1:4919 stats
355-
356273 codespell :
357274 timeout-minutes : 30
358275 runs-on : ubuntu-latest
0 commit comments