fix(gcc133)

This commit is contained in:
Jacob Heider 2024-05-22 13:37:57 -04:00 committed by Jacob Heider
parent 6f08075abe
commit 9652f5857a

View file

@ -23,12 +23,14 @@ build:
github.com/westes/flex: '*' github.com/westes/flex: '*'
working-directory: build working-directory: build
script: script:
# Applying ians patches on x86-64 too, since he sometimes gets fixes in faster, like:
# https://github.com/orgs/Homebrew/discussions/5216
# If we have a patch, apply it # If we have a patch, apply it
- run: | - run: |
if test -n "$PATCH{{version.major}}{{version.minor}}"; then if test -n "$PATCH{{version.major}}{{version.minor}}"; then
curl "$PATCH{{version.major}}{{version.minor}}" | patch -p1 curl "$PATCH{{version.major}}{{version.minor}}" | patch -p1
fi fi
if: darwin/aarch64 if: darwin
working-directory: .. working-directory: ..
# if there's no diff yet, unpack iains' source over ours # if there's no diff yet, unpack iains' source over ours
@ -36,7 +38,7 @@ build:
if test -n "$BRANCH{{version.major}}{{version.minor}}"; then if test -n "$BRANCH{{version.major}}{{version.minor}}"; then
curl -L "$BRANCH{{version.major}}{{version.minor}}" | tar xz --strip-components=1 curl -L "$BRANCH{{version.major}}{{version.minor}}" | tar xz --strip-components=1
fi fi
if: darwin/aarch64 if: darwin
working-directory: .. working-directory: ..
# The spaces mess things up in the env key # The spaces mess things up in the env key