From 8db73edd61b1d4fbb2c2de62fb1b55c616ac7054 Mon Sep 17 00:00:00 2001 From: Michael Forney Date: Sun, 17 Nov 2019 19:53:15 -0800 Subject: Fix build manifests for changed environment behavior --- .builds/alpine-aarch64.yml | 3 +-- .builds/alpine.yml | 3 +-- .builds/debian-aarch64.yml | 3 +-- .builds/debian.yml | 3 +-- .builds/freebsd.yml | 3 +-- .builds/nixos.yml | 3 +-- .builds/openbsd.yml | 3 +-- 7 files changed, 7 insertions(+), 14 deletions(-) diff --git a/.builds/alpine-aarch64.yml b/.builds/alpine-aarch64.yml index 93d3236..8c5d199 100644 --- a/.builds/alpine-aarch64.yml +++ b/.builds/alpine-aarch64.yml @@ -5,8 +5,6 @@ packages: sources: - https://git.sr.ht/~mcf/cproc - https://git.sr.ht/~mcf/qbe -environment: - PATH: $HOME/qbe/obj:$HOME/aarch64-linux-musl-cross/bin:$PATH tasks: - setup: | # work around bugs in qemu-binfmt @@ -15,6 +13,7 @@ tasks: curl -O http://musl.cc/aarch64-linux-musl-cross.tgz tar --warning=no-unknown-keyword -xzf aarch64-linux-musl-cross.tgz - build: | + PATH=$HOME/qbe/obj:$HOME/aarch64-linux-musl-cross/bin:$PATH cd qbe cat >config.h <config.h <