File tree Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change 13
13
runs-on : dind-small
14
14
container :
15
15
image : ghcr.io/catthehacker/ubuntu:rust-24.04@sha256:6937166dd5be0b42eef5a43f71da14e22d766b42c9238b59953c27f34c40b338
16
+ options : --privileged
16
17
17
18
permissions :
18
19
contents : write
29
30
- name : Install deps
30
31
run : sudo apt-get update && sudo apt-get -y install protobuf-compiler podman
31
32
32
- - name : Allow user namespace creation
33
- run : sudo sysctl kernel.apparmor_restrict_unprivileged_userns=0
34
-
35
33
- name : Build
36
- run : sudo repro-env build -- cargo build --release --target x86_64-unknown-linux-musl
34
+ run : repro-env build -- cargo build --release --target x86_64-unknown-linux-musl
37
35
38
36
- name : Generate SHA checksum
39
37
run : shasum target/x86_64-unknown-linux-musl/release/ic-gateway > ic-gateway.shasum
42
40
run : rm -rf target
43
41
44
42
- name : Build again
45
- run : sudo repro-env build -- cargo build --release --target x86_64-unknown-linux-musl
43
+ run : repro-env build -- cargo build --release --target x86_64-unknown-linux-musl
46
44
47
45
- name : Check SHA checksum
48
46
run : shasum -c ic-gateway.shasum
You can’t perform that action at this time.
0 commit comments