From a810c7dde73a9884900badd3d7b73361323d09cb Mon Sep 17 00:00:00 2001 From: Wolfgang Thaller Date: Tue, 4 Jan 2022 01:10:47 +0100 Subject: [PATCH] ue the same settings for nix/m68k --- azure-pipelines.yml | 22 ++++++++++++++++------ 1 file changed, 16 insertions(+), 6 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 6acdf267c0..9899cb6d2b 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -66,17 +66,15 @@ jobs: buildPlatform: 'x86_64-macos' - job: nix_68k - condition: false pool: vmImage: 'ubuntu-20.04' steps: - checkout: self submodules: true - script: | - docker run -i --name nix -v`pwd`:/src nixos/nix:latest <