Skip to content

Commit 83bce7b

Browse files
committed
deps, rollback actions
1 parent c62078b commit 83bce7b

File tree

4 files changed

+89
-105
lines changed

4 files changed

+89
-105
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ env:
1010

1111
jobs:
1212
build:
13-
runs-on: namespace-profile-ubuntu-24-04-big
13+
runs-on: ubuntu-24.04
1414

1515
permissions:
1616
contents: write

.github/workflows/test.yml

Lines changed: 2 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -18,28 +18,16 @@ jobs:
1818
permissions:
1919
contents: write
2020

21-
runs-on:
21+
runs-on:
2222
- namespace-profile-ubuntu-24-04-big
23-
- namespace-experiments:container.mount-scratch
2423

2524
steps:
2625
- uses: actions/checkout@v4
27-
- run: cp -a ${GITHUB_WORKSPACE} /namespace/scratch
28-
- run: mkdir /namespace/scratch/.cache && ln -s /namespace/scratch/.cache /home/runner/.cache
2926

3027
- uses: Swatinem/rust-cache@9d47c6ad4b02e050fd481d890b2ea34778fd09d6
3128

3229
- name: Install deps
33-
run: sudo apt-get update && sudo apt-get -y install protobuf-compiler podman
34-
35-
- name: Install repro-env
36-
run: |
37-
wget 'https://github.com/kpcyrd/repro-env/releases/download/v0.4.3/repro-env'
38-
echo '2a00b21ac5e990e0c6a0ccbf3b91e34a073660d1f4553b5f3cda2b09cc4d4d8a repro-env' | sha256sum -c -
39-
sudo install -m755 repro-env -t /usr/bin
40-
41-
- name: Build ic-gateway
42-
run: cd /namespace/scratch/ic-gateway && repro-env build -- cargo build --release --target x86_64-unknown-linux-musl
30+
run: sudo apt-get update && sudo apt-get -y install protobuf-compiler
4331

4432
- name: Run all unit and integration tests
4533
run: |

0 commit comments

Comments
 (0)