Skip to content

Commit

Permalink
rename
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 2, 2024
1 parent 77b98d5 commit 93cbcd0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/nightly.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,13 +59,13 @@ stages:
# setupcmds: 'sudo apt update& sudo apt install gcc-arm-none-eabi gcc-arm-linux-gnueabihf gcc-aarch64-linux-gnu g++-aarch64-linux-gnu ninja-build -y'
# buildenv: 'CXX=aarch64-linux-gnu-g++ CC=aarch64-linux-gnu-gcc'
# arch: 'arm64'
# name: 'z3-$(NightlyVersion)-ubuntu-arm64'
# name: 'z3-$(AssemblyVersion)-arm64-ubuntu'
# 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'
name: 'z3-$(AssemblyVersion)-x64-ubuntu'
compiler: 'g++'
steps:
- script: $(setupcmds)
Expand Down

0 comments on commit 93cbcd0

Please sign in to comment.