Skip to content

Commit c20283f

Browse files
committed
ci: checkout orion path dependencies
1 parent 0d7353f commit c20283f

2 files changed

Lines changed: 20 additions & 0 deletions

File tree

.github/workflows/base.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,11 @@ jobs:
3535
with:
3636
submodules: recursive
3737

38+
- name: Checkout path dependencies
39+
run: |
40+
git clone --depth 1 --branch codex/antares-fuse-local-libfuse https://github.com/web3infra-foundation/scorpiofs.git ../scorpiofs
41+
git clone --depth 1 --branch codex/stabilize-libfuse-buck2-races https://github.com/rk8s-dev/rk8s.git ../rk8s
42+
3843
- name: Install nightly toolchain
3944
run: |
4045
rustup toolchain install nightly --profile minimal
@@ -58,6 +63,11 @@ jobs:
5863
with:
5964
submodules: recursive
6065

66+
- name: Checkout path dependencies
67+
run: |
68+
git clone --depth 1 --branch codex/antares-fuse-local-libfuse https://github.com/web3infra-foundation/scorpiofs.git ../scorpiofs
69+
git clone --depth 1 --branch codex/stabilize-libfuse-buck2-races https://github.com/rk8s-dev/rk8s.git ../rk8s
70+
6171
- name: Install system dependencies
6272
uses: ./.github/install-dep
6373
with:
@@ -109,6 +119,11 @@ jobs:
109119
submodules: recursive
110120
lfs: true
111121

122+
- name: Checkout path dependencies
123+
run: |
124+
git clone --depth 1 --branch codex/antares-fuse-local-libfuse https://github.com/web3infra-foundation/scorpiofs.git ../scorpiofs
125+
git clone --depth 1 --branch codex/stabilize-libfuse-buck2-races https://github.com/rk8s-dev/rk8s.git ../rk8s
126+
112127
- name: Install system dependencies
113128
uses: ./.github/install-dep
114129
with:

.github/workflows/services.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,11 @@ jobs:
5151
with:
5252
submodules: recursive
5353

54+
- name: Checkout path dependencies
55+
run: |
56+
git clone --depth 1 --branch codex/antares-fuse-local-libfuse https://github.com/web3infra-foundation/scorpiofs.git ../scorpiofs
57+
git clone --depth 1 --branch codex/stabilize-libfuse-buck2-races https://github.com/rk8s-dev/rk8s.git ../rk8s
58+
5459
# Install system dependencies
5560
- name: Install system dependencies
5661
uses: ./.github/install-dep

0 commit comments

Comments
 (0)