Skip to content

Commit

Permalink
git-bootstrap: don't set CHOST
Browse files Browse the repository at this point in the history
I'm reasonably certain this was to work around something like this:

madler/zlib#608
  • Loading branch information
justinvreeland committed Dec 8, 2024
1 parent 1538ac2 commit 8bd6831
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion git-bootstrap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8bd6831

Please sign in to comment.