Skip to content

Commit c926705

Browse files
update assembly names
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
1 parent b9bec18 commit c926705

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

scripts/mk_nuget_task.py

+1
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ def mk_dir(d):
2424
os_info = { 'ubuntu-latest' : ('so', 'linux-x64'),
2525
'ubuntu-18' : ('so', 'linux-x64'),
2626
'ubuntu-20' : ('so', 'linux-x64'),
27+
'ubuntu-22' : ('so', 'linux-x64'),
2728
'x64-glibc-2.35' : ('so', 'linux-x64'),
2829
'x64-win' : ('dll', 'win-x64'),
2930
'x86-win' : ('dll', 'win-x86'),

scripts/nightly.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -60,13 +60,13 @@ stages:
6060
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'
6161
buildenv: 'CXX=aarch64-linux-gnu-g++ CC=aarch64-linux-gnu-gcc'
6262
arch: 'arm64'
63-
name: 'z3-$(AssemblyVersion)-arm64-ubuntu'
63+
name: 'z3-$(AssemblyVersion)-arm64-ubuntu-22'
6464
compiler: 'aarch64-linux-gnu-g++-11'
6565
x64:
6666
setupcmds: 'sudo apt update& sudo apt install ninja-build -y'
6767
buildenv: ''
6868
arch: 'x64'
69-
name: 'z3-$(AssemblyVersion)-x64-ubuntu'
69+
name: 'z3-$(AssemblyVersion)-x64-ubuntu-22'
7070
compiler: 'g++'
7171
steps:
7272
- script: $(setupcmds)

0 commit comments

Comments
 (0)