File tree Expand file tree Collapse file tree 3 files changed +3
-4
lines changed Expand file tree Collapse file tree 3 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 79
79
- name : Test
80
80
run : |
81
81
bash ci/linux.sh
82
- timeout-minutes : 10
82
+ timeout-minutes : 20
83
83
env :
84
84
CI_TARGET : ${{ matrix.rust-target }}
85
85
CI_CGROUPS : ${{ matrix.cgroups }}
Original file line number Diff line number Diff line change 1
1
#! /bin/bash
2
2
3
- sudo dnf install -y gcc gcc-c++ strace zip
4
- curl https://sh.rustup.rs -sSf | sh -s -- -y --profile minimal --default-toolchain stable
3
+ sudo dnf install -y strace zip
5
4
export CI_OS=fedora
6
5
export CI_CGROUPS=cgroup-v2
7
6
export CI_TARGET=x86_64-unknown-linux-musl
Original file line number Diff line number Diff line change 1
1
#! /bin/bash
2
2
3
- exec strace -f -o slirp.log slirp-fullbolt ' host addr 10.0.2.2' ' redir tcp 2224 10.0.2.15:22'
3
+ exec slirp-fullbolt ' host addr 10.0.2.2' ' redir tcp 2224 10.0.2.15:22'
You can’t perform that action at this time.
0 commit comments