Skip to content

Commit 8507297

Browse files
update ubuntu builds
Signed-off-by: Nikolaj Bjorner <[email protected]>
1 parent 432432b commit 8507297

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

scripts/nightly.yaml

+3-1
Original file line numberDiff line numberDiff line change
@@ -92,19 +92,21 @@ stages:
9292
buildenv: 'CXX=aarch64-linux-gnu-g++ CC=aarch64-linux-gnu-gcc'
9393
arch: 'arm64'
9494
name: 'z3-$(NightlyVersion)-ubuntu-arm64'
95+
compiler: 'aarch64-linux-gnu-g++-11'
9596
x64:
9697
setupcmds: 'sudo apt update& sudo apt install ninja-build -y'
9798
buildenv: ''
9899
arch: 'x64'
99100
name: 'z3-$(NightlyVersion)-ubuntu-x64'
101+
compiler: 'g++'
100102
steps:
101103
- script: $(setupcmds)
102104
- script: |
103105
mkdir $(arch)
104106
cd $(arch)
105107
$(buildenv) cmake \
106108
-DCMAKE_BUILD_TYPE=RelWithDebInfo\
107-
-DCMAKE_CXX_COMPILER=aarch64-linux-gnu-g++\
109+
-DCMAKE_CXX_COMPILER=$(compiler)\
108110
-DZ3_BUILD_DOTNET_BINDINGS=ON\
109111
-DZ3_INSTALL_DOTNET_BINDINGS=ON \
110112
-DZ3_BUILD_JAVA_BINDINGS=ON\

0 commit comments

Comments
 (0)