File tree 1 file changed +7
-4
lines changed
1 file changed +7
-4
lines changed Original file line number Diff line number Diff line change 84
84
include :
85
85
- target : x86_64-unknown-freebsd
86
86
image : https://gitlab.com/kit-ty-kate/qemu-base-images/-/raw/master/FreeBSD-13.2-RELEASE-amd64.qcow2?inline=false
87
- md5 : 33b6bc89cdc675f5cbaf92e71ae648f8
87
+ md5 : 01ad7883c69476d90872eb38180085c0
88
88
args : -net nic
89
89
- target : x86_64-unknown-openbsd
90
90
image : https://gitlab.com/kit-ty-kate/qemu-base-images/-/raw/master/OpenBSD-7.4-amd64.qcow2?inline=false
@@ -133,10 +133,13 @@ jobs:
133
133
parallel -t --retries 20 --delay 5 ::: 'sshpass -e ssh-copy-id -o StrictHostKeyChecking=no qemu'
134
134
135
135
- name : Install toolchain (rustup)
136
- if : ${{ ! contains(matrix.target, 'openbsd ') }}
136
+ if : ${{ contains(matrix.target, 'freebsd ') }}
137
137
run : |
138
- ssh qemu "curl https://sh.rustup.rs -sSf | sh -s -- -y --profile minimal"
139
- ssh qemu "ln -s ~/.cargo/bin ~/bin"
138
+ ssh qemu <<'EOF'
139
+ pkg install -y curl
140
+ curl https://sh.rustup.rs -sSf | sh -s -- -y --profile minimal
141
+ ln -s ~/.cargo/bin ~/bin
142
+ EOF
140
143
141
144
- name : Install toolchain (pkg)
142
145
if : ${{ contains(matrix.target, 'openbsd') }}
You can’t perform that action at this time.
0 commit comments