File tree Expand file tree Collapse file tree 4 files changed +89
-105
lines changed Expand file tree Collapse file tree 4 files changed +89
-105
lines changed Original file line number Diff line number Diff line change 10
10
11
11
jobs :
12
12
build :
13
- runs-on : namespace-profile- ubuntu-24-04-big
13
+ runs-on : ubuntu-24.04
14
14
15
15
permissions :
16
16
contents : write
Original file line number Diff line number Diff line change @@ -18,28 +18,16 @@ jobs:
18
18
permissions :
19
19
contents : write
20
20
21
- runs-on :
21
+ runs-on :
22
22
- namespace-profile-ubuntu-24-04-big
23
- - namespace-experiments:container.mount-scratch
24
23
25
24
steps :
26
25
- 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
29
26
30
27
- uses : Swatinem/rust-cache@9d47c6ad4b02e050fd481d890b2ea34778fd09d6
31
28
32
29
- 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
43
31
44
32
- name : Run all unit and integration tests
45
33
run : |
You can’t perform that action at this time.
0 commit comments