Skip to content

Commit

Permalink
fixing paths and re-add arm64
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 485a018 commit 05d625b
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions scripts/nightly.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,12 +56,12 @@ stages:
vmImage: "ubuntu-latest"
strategy:
matrix:
# arm64:
# 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-$(AssemblyVersion)-arm64-ubuntu'
# compiler: 'aarch64-linux-gnu-g++-11'
arm64:
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-$(AssemblyVersion)-arm64-ubuntu'
compiler: 'aarch64-linux-gnu-g++-11'
x64:
setupcmds: 'sudo apt update& sudo apt install ninja-build -y'
buildenv: ''
Expand Down Expand Up @@ -178,7 +178,7 @@ stages:
- task: PublishPipelineArtifact@1
inputs:
targetPath: $(Build.ArtifactStagingDirectory)
artifactName: 'Windows32'
artifactName: 'WindowsBuild-x86'
- task: CopyFiles@2
displayName: 'Collect Symbols'
inputs:
Expand Down Expand Up @@ -522,7 +522,7 @@ stages:
steps:
- task: DownloadPipelineArtifact@2
inputs:
artifactName: 'Windows32'
artifactName: 'WindowsBuild-x86'
targetPath: $(Agent.TempDirectory)
- task: DownloadPipelineArtifact@2
inputs:
Expand Down Expand Up @@ -572,7 +572,7 @@ stages:
- task: DownloadPipelineArtifact@2
displayName: "Download windows32"
inputs:
artifactName: 'Windows32'
artifactName: 'WindowsBuild-x86'
targetPath: tmp
- task: DownloadPipelineArtifact@2
displayName: "Download windows64"
Expand Down

0 comments on commit 05d625b

Please sign in to comment.