We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 77b98d5 commit 93cbcd0Copy full SHA for 93cbcd0
scripts/nightly.yaml
@@ -59,13 +59,13 @@ stages:
59
# 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'
60
# buildenv: 'CXX=aarch64-linux-gnu-g++ CC=aarch64-linux-gnu-gcc'
61
# arch: 'arm64'
62
-# name: 'z3-$(NightlyVersion)-ubuntu-arm64'
+# name: 'z3-$(AssemblyVersion)-arm64-ubuntu'
63
# compiler: 'aarch64-linux-gnu-g++-11'
64
x64:
65
setupcmds: 'sudo apt update& sudo apt install ninja-build -y'
66
buildenv: ''
67
arch: 'x64'
68
- name: 'z3-$(NightlyVersion)-ubuntu-x64'
+ name: 'z3-$(AssemblyVersion)-x64-ubuntu'
69
compiler: 'g++'
70
steps:
71
- script: $(setupcmds)
0 commit comments