Skip to content

Commit f383726

Browse files
committed
Merge branch 'main' into devin/1738961031-update-ci-workflow-triggers
2 parents baa6148 + bdac86a commit f383726

File tree

8 files changed

+0
-24
lines changed

8 files changed

+0
-24
lines changed

.github/workflows/ci-fuel-contract.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,6 @@ jobs:
2020
working-directory: target_chains/fuel/contracts/
2121
steps:
2222
- uses: actions/checkout@v2
23-
- uses: Swatinem/rust-cache@v2
24-
with:
25-
workspaces: "target_chains/fuel/contracts -> target"
2623
- name: Install Fuel toolchain
2724
run: |
2825
curl https://install.fuel.network | sh

.github/workflows/ci-hermes-server.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,6 @@ jobs:
1212
runs-on: ubuntu-latest
1313
steps:
1414
- uses: actions/checkout@v2
15-
- uses: Swatinem/rust-cache@v2
16-
with:
17-
workspaces: "apps/hermes/server -> target"
1815
- uses: actions-rs/toolchain@v1
1916
with:
2017
profile: minimal

.github/workflows/ci-lazer-rust.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,6 @@ jobs:
2222
- uses: actions-rust-lang/setup-rust-toolchain@v1
2323
with:
2424
toolchain: 1.81.0
25-
- uses: Swatinem/rust-cache@v2
26-
with:
27-
workspaces: "lazer -> target"
2825
- name: Install Foundry
2926
uses: foundry-rs/foundry-toolchain@v1
3027
- name: install extra tools

.github/workflows/ci-near-contract.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,6 @@ jobs:
3232
working-directory: target_chains/near/receiver
3333
steps:
3434
- uses: actions/checkout@v2
35-
- uses: Swatinem/rust-cache@v2
36-
with:
37-
workspaces: "target_chains/near/receiver -> target"
3835
- run: sudo apt-get install -y libudev-dev
3936
- run: cargo +stable install --locked [email protected]
4037
- run: cargo near build reproducible-wasm

.github/workflows/ci-remote-executor.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,6 @@ jobs:
1919
toolchain: 1.73.0
2020
components: rustfmt, clippy
2121
override: true
22-
- uses: Swatinem/rust-cache@v2
23-
with:
24-
workspaces: "governance/remote_executor -> target"
2522
- name: Install Solana
2623
run: |
2724
sh -c "$(curl -sSfL https://release.solana.com/v1.18.23/install)"

.github/workflows/ci-starknet-tools.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,6 @@ jobs:
1919
components: rustfmt, clippy
2020
override: true
2121
- uses: actions/checkout@v3
22-
- uses: Swatinem/rust-cache@v2
23-
with:
24-
workspaces: "target_chains/starknet/tools/test_vaas -> target"
2522
- name: Install Scarb
2623
uses: software-mansion/setup-scarb@v1
2724
with:

.github/workflows/ci-stylus-nostd.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,6 @@ jobs:
3636
with:
3737
toolchain: stable
3838
rustflags: ""
39-
- uses: Swatinem/rust-cache@v2
40-
with:
41-
workspaces: "target_chains/ethereum/sdk/stylus -> target"
4239
- name: Add rust targets ${{ matrix.target }}
4340
run: rustup target add ${{ matrix.target }}
4441
- name: Cargo check

.github/workflows/ci-sui-contract.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,6 @@ jobs:
1818
working-directory: target_chains/sui/contracts/
1919
steps:
2020
- uses: actions/checkout@v3
21-
- uses: Swatinem/rust-cache@v2
22-
with:
23-
workspaces: "target_chains/sui/contracts -> target"
2421

2522
- name: Update rust
2623
run: rustup update stable

0 commit comments

Comments
 (0)