Skip to content

Commit 166db99

Browse files
committed
Update azure pipeline
Delete old azure images Signed-off-by: Nicu Siderias <nicu.siderias@analog.com>
1 parent 4acaa4b commit 166db99

File tree

1 file changed

+2
-25
lines changed

1 file changed

+2
-25
lines changed

azure-pipelines.yml

Lines changed: 2 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -202,11 +202,8 @@ jobs:
202202
- script: |
203203
set -e
204204
sudo apt-get update
205-
sudo apt-get install -y gcc-arm-linux-gnueabihf libc6-dev-armhf-cross
206-
sudo apt-get install -y g++-arm-linux-gnueabihf
207-
sudo apt-get install -y g++-aarch64-linux-gnu
208-
sudo apt-get install -y qemu-system-ppc64
209-
sudo apt-get install qemu binfmt-support qemu-user-static
205+
sudo apt-get install qemu-user-static
206+
sudo sysctl kernel.randomize_va_space=0
210207
sudo docker run --rm --privileged multiarch/qemu-user-static --reset -p yes
211208
displayName: "Setup"
212209
- script: |
@@ -229,21 +226,6 @@ jobs:
229226
clean: all
230227
strategy:
231228
matrix:
232-
macOS_11:
233-
poolName: 'Azure Pipelines'
234-
vmImage: 'macOS-11'
235-
agentName: 'Azure Pipelines 4'
236-
artifactName: 'macOS-11'
237-
macOS_12:
238-
poolName: 'Azure Pipelines'
239-
vmImage: 'macOS-12'
240-
agentName: 'Azure Pipelines 3'
241-
artifactName: 'macOS-12'
242-
macOS_13_x64:
243-
poolName: 'Azure Pipelines'
244-
vmImage: 'macOS-13'
245-
agentName: 'Azure Pipelines 2'
246-
artifactName: 'macOS-13-x64'
247229
macOS_13_arm64:
248230
poolName: 'Default'
249231
vmImage:
@@ -292,11 +274,6 @@ jobs:
292274
COMPILER: 'Visual Studio 17 2022'
293275
ARCH: 'x64'
294276
artifactName: 'Windows-VS-2022-x64'
295-
VS2019_Win64:
296-
imageName: 'windows-2019'
297-
COMPILER: 'Visual Studio 16 2019'
298-
ARCH: 'x64'
299-
artifactName: 'Windows-VS-2019-x64'
300277
pool:
301278
vmImage: $[ variables['imageName'] ]
302279
steps:

0 commit comments

Comments
 (0)