@@ -128,7 +128,7 @@ jobs:
128
128
- name : FreeBSD toolchain setup
129
129
run : |
130
130
sudo apt-get -qq install clang lld && cd /tmp && \
131
- wget -nv http://ftp.plusline.de/FreeBSD/releases/amd64/13.2 -RELEASE/base.txz && \
131
+ wget -nv http://ftp.plusline.de/FreeBSD/releases/amd64/13.4 -RELEASE/base.txz && \
132
132
mkdir -p $SYSROOT_PATH && cd $SYSROOT_PATH && \
133
133
tar -xf /tmp/base.txz ./lib/ ./usr/lib/ ./usr/include/ && \
134
134
cd $SYSROOT_PATH/usr/lib && \
@@ -162,12 +162,12 @@ jobs:
162
162
- name : OpenBSD toolchain setup
163
163
run : |
164
164
sudo apt-get -qq install clang lld && cd /tmp && \
165
- wget -nv https://cdn.openbsd.org/pub/OpenBSD/7.4 /amd64/base74 .tgz \
166
- https://cdn.openbsd.org/pub/OpenBSD/7.4 /amd64/comp74 .tgz && \
165
+ wget -nv https://cdn.openbsd.org/pub/OpenBSD/7.5 /amd64/base75 .tgz \
166
+ https://cdn.openbsd.org/pub/OpenBSD/7.5 /amd64/comp75 .tgz && \
167
167
mkdir -p $SYSROOT_PATH && cd $SYSROOT_PATH && \
168
- tar -xf /tmp/base74 .tgz ./usr/lib/ ./usr/include/ && \
169
- tar -xf /tmp/comp74 .tgz ./usr/lib/ ./usr/include/ && \
170
- rm -f /tmp/base74 .tgz /tmp/comp74 .tgz
168
+ tar -xf /tmp/base75 .tgz ./usr/lib/ ./usr/include/ && \
169
+ tar -xf /tmp/comp75 .tgz ./usr/lib/ ./usr/include/ && \
170
+ rm -f /tmp/base75 .tgz /tmp/comp75 .tgz
171
171
- name : CMake generate
172
172
run : |
173
173
mkdir build && cd build
@@ -196,8 +196,8 @@ jobs:
196
196
- name : NetBSD toolchain setup
197
197
run : |
198
198
sudo apt-get -qq install clang lld && cd /tmp && \
199
- wget -nv https://cdn.netbsd.org/pub/NetBSD/NetBSD-9.3 /amd64/binary/sets/base.tar.xz \
200
- https://cdn.netbsd.org/pub/NetBSD/NetBSD-9.3 /amd64/binary/sets/comp.tar.xz && \
199
+ wget -nv https://cdn.netbsd.org/pub/NetBSD/NetBSD-9.4 /amd64/binary/sets/base.tar.xz \
200
+ https://cdn.netbsd.org/pub/NetBSD/NetBSD-9.4 /amd64/binary/sets/comp.tar.xz && \
201
201
mkdir -p $SYSROOT_PATH && cd $SYSROOT_PATH && \
202
202
tar -xf /tmp/base.tar.xz ./usr/lib/ ./usr/include/ && \
203
203
tar -xf /tmp/comp.tar.xz ./usr/lib/ ./usr/include/ && \
0 commit comments