Skip to content

Commit

Permalink
update ubuntu builds
Browse files Browse the repository at this point in the history
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
  • Loading branch information
NikolajBjorner committed Feb 1, 2024
1 parent 432432b commit 8507297
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion scripts/nightly.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -92,19 +92,21 @@ stages:
buildenv: 'CXX=aarch64-linux-gnu-g++ CC=aarch64-linux-gnu-gcc'
arch: 'arm64'
name: 'z3-$(NightlyVersion)-ubuntu-arm64'
compiler: 'aarch64-linux-gnu-g++-11'
x64:
setupcmds: 'sudo apt update& sudo apt install ninja-build -y'
buildenv: ''
arch: 'x64'
name: 'z3-$(NightlyVersion)-ubuntu-x64'
compiler: 'g++'
steps:
- script: $(setupcmds)
- script: |
mkdir $(arch)
cd $(arch)
$(buildenv) cmake \
-DCMAKE_BUILD_TYPE=RelWithDebInfo\
-DCMAKE_CXX_COMPILER=aarch64-linux-gnu-g++\
-DCMAKE_CXX_COMPILER=$(compiler)\
-DZ3_BUILD_DOTNET_BINDINGS=ON\
-DZ3_INSTALL_DOTNET_BINDINGS=ON \
-DZ3_BUILD_JAVA_BINDINGS=ON\
Expand Down

0 comments on commit 8507297

Please sign in to comment.