Skip to content

Commit

Permalink
fix netsim and ci
Browse files Browse the repository at this point in the history
  • Loading branch information
ramfox committed Mar 19, 2024
1 parent a54bf1f commit 7312c5f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ jobs:
- name: Copy binaries to right location
run: |
cp target/release/iroh ../chuck/netsim/bins/iroh
cp target/release/derper ../chuck/netsim/bins/derper
cp target/release/iroh-relay ../chuck/netsim/bins/derper
cp ../chuck/target/release/chuck ../chuck/netsim/bins/chuck
- name: Run tests
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/netsim.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ jobs:
- name: Copy binaries to right location
run: |
cp target/optimized-release/iroh ../chuck/netsim/bins/iroh
cp target/optimized-release/iroh-relay ../chuck/netsim/bins/iroh-relay
cp target/optimized-release/iroh-relay ../chuck/netsim/bins/derper
cp ../chuck/target/release/chuck ../chuck/netsim/bins/chuck
- name: Detect comment commands
Expand Down Expand Up @@ -132,7 +132,7 @@ jobs:
- name: Cleanup
run: |
sudo kill -9 $(pgrep iroh-relay) || true
sudo kill -9 $(pgrep derper) || true
sudo kill -9 $(pgrep iroh) || true
sudo kill -9 $(pgrep ovs) || true
sudo mn --clean || true
Expand Down

0 comments on commit 7312c5f

Please sign in to comment.