diff options
| author | Czarek Nakamoto <cyjan@mrcyjanek.net> | 2025-07-10 12:47:43 +0200 |
|---|---|---|
| committer | Czarek Nakamoto <cyjan@mrcyjanek.net> | 2025-07-10 12:47:43 +0200 |
| commit | fa56573c6d811b94868704480a58c016d1860504 (patch) | |
| tree | be48669f65adc9d2b4898248b644ae4643d805cb /build_single.sh | |
| parent | 1ebf8ba326c9639587ad007d0cf9a4aeed9d18bb (diff) | |
fix: github CI: depracate GitHub cache, fix DEPENDS_UNTRUSTED_FAST_BUILDS
Diffstat (limited to 'build_single.sh')
| -rwxr-xr-x | build_single.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build_single.sh b/build_single.sh index c0ace0d..77d5a52 100755 --- a/build_single.sh +++ b/build_single.sh @@ -59,7 +59,7 @@ pushd contrib/depends then echo "Not building depends, directory exists" else - env -i PATH="$PATH" CC=gcc CXX=g++ make "$NPROC" HOST="$HOST_ABI" + env -i PATH="$PATH" CC=gcc CXX=g++ make "$NPROC" HOST="$HOST_ABI" DEPENDS_UNTRUSTED_FAST_BUILDS=$DEPENDS_UNTRUSTED_FAST_BUILDS fi popd |
