summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Silverstone <dsilvers+gitlab@digital-scurf.org>2024-01-08 08:16:35 +0000
committerDaniel Silverstone <dsilvers+gitlab@digital-scurf.org>2024-01-08 08:16:35 +0000
commit92547fe7e290314d2d6f38d9046704d15f9ed1ae (patch)
treef0824c19b0e0f944c876ccfcab8d233f644fd613
parent3ba95d4135a87ef2827a1295cb95fc9039c7b0e5 (diff)
parent9c77a3a520b6476324ad61bcbdbc9032278a1649 (diff)
downloadsubplot-92547fe7e290314d2d6f38d9046704d15f9ed1ae.tar.gz
Merge branch 'ambient' into 'main'
build: allow building under Ambient See merge request subplot/subplot!370
-rwxr-xr-xdebian/rules4
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/rules b/debian/rules
index 7360a53..ec7656c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -7,9 +7,9 @@ override_dh_auto_build:
true
override_dh_auto_install:
- cargo install --path=. --root=debian/subplot
+ cargo install --path=. --root=debian/subplot --offline
rm -f debian/subplot/.crates.toml
rm -f debian/subplot/.crates2.json
override_dh_auto_test:
- ./check
+ echo disabled: ./check