File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
- ARG release=18 .04
1
+ ARG release=20 .04
2
2
3
3
FROM ubuntu:$release
4
4
5
- ARG version=6 .0
5
+ ARG version=19 .0
6
6
ARG triple=unknown-unknown-unknown
7
7
ARG threads=4
8
8
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ Some details about the binaries and how they're built:
9
9
* Included LLVM backends: all
10
10
* LLVM assertions: disabled
11
11
* LLVM build configuration: release
12
- * Host OS: Windows, Mac, Linux (Ubuntu 18 .04)
12
+ * Host OS: Windows, Mac, Linux (Ubuntu 20 .04)
13
13
* Host Architecture:
14
14
* Windows: x86_64
15
15
* macOS: x86_64 and ARM (M1)
Original file line number Diff line number Diff line change 20
20
if [[ $( uname) = Linux ]]; then
21
21
# Build in a Docker container to ensure we minimize dependencies.
22
22
export distro=ubuntu
23
- export release=18 .04
23
+ export release=20 .04
24
24
./docker_build.sh
25
25
else
26
26
./build.sh
You can’t perform that action at this time.
0 commit comments