]> Git Repo - VerusCoin.git/commitdiff
Variable overrides for FreeBSD
authorJack Grigg <[email protected]>
Wed, 5 Jul 2017 00:47:34 +0000 (17:47 -0700)
committerJack Grigg <[email protected]>
Wed, 5 Jul 2017 00:47:34 +0000 (17:47 -0700)
These are insufficient to enable FreeBSD to build.

contrib/ci-workers/vars/FreeBSD.yml [new file with mode: 0644]

diff --git a/contrib/ci-workers/vars/FreeBSD.yml b/contrib/ci-workers/vars/FreeBSD.yml
new file mode 100644 (file)
index 0000000..65909d7
--- /dev/null
@@ -0,0 +1,9 @@
+---
+buildbot_deps:
+  - py27-pip
+build_deps:
+  - gcc
+  - gmake
+dist_deps:
+  - bash
+  - pkgconf # Required until b556beda264308e040f8d88aca4f2f386a0183d9 is pulled in
This page took 0.021448 seconds and 4 git commands to generate.