Skip to content

Commit 5fdefd8

Browse files
Update Linux builds to use Ubuntu 20.04.
1 parent 7f4893b commit 5fdefd8

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Dockerfile.ubuntu

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
ARG release=18.04
1+
ARG release=20.04
22

33
FROM ubuntu:$release
44

5-
ARG version=6.0
5+
ARG version=19.0
66
ARG triple=unknown-unknown-unknown
77
ARG threads=4
88

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Some details about the binaries and how they're built:
99
* Included LLVM backends: all
1010
* LLVM assertions: disabled
1111
* LLVM build configuration: release
12-
* Host OS: Windows, Mac, Linux (Ubuntu 18.04)
12+
* Host OS: Windows, Mac, Linux (Ubuntu 20.04)
1313
* Host Architecture:
1414
* Windows: x86_64
1515
* macOS: x86_64 and ARM (M1)

main.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ fi
2020
if [[ $(uname) = Linux ]]; then
2121
# Build in a Docker container to ensure we minimize dependencies.
2222
export distro=ubuntu
23-
export release=18.04
23+
export release=20.04
2424
./docker_build.sh
2525
else
2626
./build.sh

0 commit comments

Comments
 (0)