aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorbartus2020-04-08 17:50:38 +0200
committerbartus2020-04-08 17:50:38 +0200
commitbdcca0e55361f41e93b6bb732637a3c493ea6124 (patch)
tree1006087997f8b104751a5b032a3c5456f6db50f8
parent6d29ea1bb09e57eef94937ae20a242f91f5e734a (diff)
downloadaur-bdcca0e55361f41e93b6bb732637a3c493ea6124.tar.gz
Add FRAGMENT env var to allow easier bisec.
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a66c4e7fb6a1..d471fad06eb2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@
((TRAVIS)) && _cuda_capability+=(sm_50 sm_52 sm_60 sm_61 sm_70 sm_75) # Travis memory limit is not enough to build for arch 3.x.
# Configuration.
-_fragment="#branch=master"
+_fragment=${FRAGMENT:-#branch=master}
#some extra, unofficially supported stuff goes here:
_CMAKE_FLAGS+=( -DWITH_ALEMBIC_HDF5=ON )
((DISABLE_EMBREE)) || {