From 8bd6831bc05d142ecba179c71aa9626b88e7f528 Mon Sep 17 00:00:00 2001 From: Justin Vreeland Date: Sun, 8 Dec 2024 23:00:40 +0000 Subject: [PATCH] git-bootstrap: don't set CHOST I'm reasonably certain this was to work around something like this: https://github.com/madler/zlib/issues/608 --- git-bootstrap.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/git-bootstrap.yaml b/git-bootstrap.yaml index 40c1e409574..54cffd43b6b 100644 --- a/git-bootstrap.yaml +++ b/git-bootstrap.yaml @@ -38,7 +38,7 @@ pipeline: uri: https://zlib.net/zlib-${{vars.zlib-version}}.tar.gz expected-sha256: 9a93b2b7dfdac77ceba5a558a580e74667dd6fede4585b91eefb60f03b72df23 - runs: | - CHOST="${{host.triplet.gnu}}" ./configure \ + ./configure \ --prefix=/usr \ --libdir=/lib - uses: autoconf/make