File tree 2 files changed +5
-9
lines changed 2 files changed +5
-9
lines changed Original file line number Diff line number Diff line change @@ -91,11 +91,11 @@ RUN sudo apt-get update \
91
91
make \
92
92
python3 \
93
93
python3-dev \
94
- python3-distutils \
95
94
python3-packaging \
95
+ python3-setuptools \
96
96
python3-psutil \
97
97
software-properties-common \
98
- swig4.0 \
98
+ swig \
99
99
unzip \
100
100
uuid-dev \
101
101
wget \
@@ -290,6 +290,3 @@ FROM builder-base AS actions-builder
290
290
291
291
WORKDIR /home/runner
292
292
USER runner
293
-
294
-
295
-
Original file line number Diff line number Diff line change 1
1
version : ' 3.7'
2
2
3
3
x-versions : &compiler_versions
4
- GCC_LATEST_VERSION : 13
4
+ GCC_LATEST_VERSION : 14
5
5
LLVM_HEAD_VERSION : 19
6
6
7
7
services :
@@ -12,7 +12,7 @@ services:
12
12
dockerfile : Dockerfile
13
13
target : buildkite-builder
14
14
args :
15
- BASE_IMAGE : ubuntu:jammy
15
+ BASE_IMAGE : ubuntu:noble
16
16
<< : *compiler_versions
17
17
actions-builder :
18
18
image : ghcr.io/libcxx/actions-builder:${TAG:-latest}
@@ -30,9 +30,8 @@ services:
30
30
dockerfile : Dockerfile
31
31
target : android-buildkite-builder
32
32
args :
33
- BASE_IMAGE : ubuntu:jammy
33
+ BASE_IMAGE : ubuntu:noble
34
34
ANDROID_CLANG_VERSION : r498229b
35
35
ANDROID_CLANG_PREBUILTS_COMMIT : 5186d132c99aa75dc25207c392e3ea5b93d0107e
36
36
ANDROID_SYSROOT_BID : 10957860
37
37
<< : *compiler_versions
38
-
You can’t perform that action at this time.
0 commit comments