BF: debian/rules -- use BUILDER=./Setup to avoid network access
per Joey's recommendation original cabal issue/reason: https://github.com/haskell/cabal/issues/5363 Seems to build ok now even on buster.
This commit is contained in:
parent
f42e5a9c03
commit
37a9d2572b
1 changed files with 1 additions and 1 deletions
2
debian/rules
vendored
2
debian/rules
vendored
|
@ -1,6 +1,6 @@
|
||||||
#!/usr/bin/make -f
|
#!/usr/bin/make -f
|
||||||
|
|
||||||
export BUILDER=debian/cabal-wrapper
|
export BUILDER=./Setup
|
||||||
|
|
||||||
# -j1 is used for reproducible build
|
# -j1 is used for reproducible build
|
||||||
export BUILDEROPTIONS=-j1
|
export BUILDEROPTIONS=-j1
|
||||||
|
|
Loading…
Reference in a new issue