Commit Graph
36 Commits
Author SHA1 Message Date
Colin L Rice bef4bda8dd sd-image: Add option to control sd image expansion on boot.
This is supeer useful to allow the normal sd-image code to be used by
someone who wants to setup multiple partitions with a sd-image.

Currently I'm manually copying the sd-image file and modifying it
instead.
2021-04-30 22:12:07 -04:00
Colin L Rice 36a44c4e8d credhub-cli: fix build under go1.15
I've sent this upstream at
https://github.com/cloudfoundry-incubator/credhub-cli/pull/107

But this should fix the build so it doesn't require go1.14
2021-04-30 21:59:02 -04:00
Colin L Rice 9eb88a2e1d go_1_16: init at 1.16
Changes are minor - I ended up just patching the ssl certs at the root
file, rather than trying to keep up with the various darwin changes.

The externalnetwork test helper location changed, to so I had to update
that patch as well.

- Add xcbuild as propagatedBuildInput on darwin https://github.com/golang/go/commit/7e25bdba5e79d223566745fca2410f725a6dedda
2021-02-17 06:30:32 +10:00
Colin L Rice eabc2286e3 ipfs-cluster: 0.13.0 -> unstable-2020-10
ipfs-cluster hasn't had a release since may 2020, however go-ipfs needs
to be updated for support with go1.15 and go1.16 (1.14 goes out of
support in february).

I've requested they tag a new revision, but until then we'll have to use
an unstable version.

I've re enabled the tests since they pass and are critical to catch
errors within ipfs-cluster (and in general make maintenance easier). One
test failed, so I manually disabled it via a patch and .Skip()
2021-01-09 14:48:12 -05:00
Colin L Rice f7fc3bfd55 ipfs-cluster: Remove go1.14 pinning.
It builds without it, so I think it's just some legacy cruft
2020-12-30 00:16:22 -05:00
Colin L Rice 71d479fbd3 ncdns: Update to 2020-11-22 to remove go1.14 dep.
I've poked them to tag a new version at
https://github.com/namecoin/ncdns/issues/126, but master builds cleanly
with go1.15, so I just updated to unstable
2020-12-30 00:01:49 -05:00
Colin L Rice 96908e4341 mautrix-whatsapp: update to use runVend 2020-07-29 19:07:59 -04:00
Colin L Rice 3e92195923 aerc: update to use runvend 2020-07-29 19:07:59 -04:00
Colin L Rice 4561583acf saml2aws: use vend to simplify package 2020-07-29 19:07:59 -04:00
Colin L Rice 298c6a7df8 blockbook: use vend to simplify package 2020-07-29 19:07:59 -04:00
Colin L Rice 68248a9d13 hugo: use vend to simplify package 2020-07-29 19:07:59 -04:00
Colin L Rice 04dabea4a9 go-ethereum: use vend to simplify package 2020-07-29 19:07:59 -04:00
Colin L Rice 95be7b25be go-modules: Add useVend flag to go-modules 2020-07-28 21:11:28 -04:00
Colin L Rice 148138e9de vend: init at unstable-2020-06-04
This is used to provide alternate vendoring for go.
2020-07-28 21:11:28 -04:00
Colin L Rice b586b07cfa Add c00w as a maintainer 2020-06-16 08:05:11 +10:00
Colin L Rice d6162dab50 go-modules: Update files to use vendorSha256 2020-05-14 07:22:21 +01:00
Colin L Rice a0ddea1d6a go-modules: Add in old modsha256 w/ warning 2020-05-14 07:21:52 +01:00
Colin L Rice c5f18c44b1 go-modules: Doc updates 2020-05-14 07:21:52 +01:00
Colin L Rice 9761128d2d go-modules: Augment builds w/ vendor src
This is done in response to complaints that the module format is not
human readable. The vendor source blob is flat files and should be
extremely readable.
2020-05-14 07:21:49 +01:00
Colin L Rice ac1336120f treewide Drop unneeded go 1.12 overrides 2020-03-22 18:06:25 -04:00
Colin L Rice c861f8083d sd-image: Add the compressed file path for hydra.
This makes the nixos on arm user instructions work again.
2019-11-05 10:10:51 -05:00
Colin L Rice 8ff1865855 gcsfuse: add go.mod and go.sum files.
It looks like go1.12 silently created the module, but go1.13 does not.
2019-10-11 10:09:11 +02:00
Colin L RiceandRoman Volosatovs 88f65fca79 conftest: 0.12.0 -> 0.14.0, disable go sum db.
The go sum db is a hosted service that appears to be generating a new
inclusion proof each time this build is run (rather than using the one
from the previous run). Since this ends up the module directory + thus
hash, it's breaking deterministic builds.

Co-authored-by: Roman Volosatovs <rvolosatovs@riseup.net>
2019-10-11 10:09:11 +02:00
Colin L Rice 52d057f575 all-packages: use go 1.12 for git-lfs 2019-10-11 10:09:11 +02:00
Colin L Rice d32980ca1e all-packages: use go 1.12 for circleci-cli 2019-10-11 10:09:11 +02:00
Colin L Rice fc5026b4ec all-packages: use go 1.12 for prometheus and prometheus-varnish-exporter
These both fail to work with go1.13 due to test issues, downgrading to
1.12
2019-10-11 10:09:10 +02:00
Colin L Rice e9a9b553e7 all-packages: use go 1.12 for kubernetes 2019-10-11 10:09:10 +02:00
Colin L Rice 057b547fd4 all-packages: use go 1.12 for openshift 2019-10-11 10:09:10 +02:00
Colin L RiceandRoman Volosatovs 7c6e98721c all-packages: use go 1.12 for magnetico
Co-authored-by: Roman Volosatovs <rvolosatovs@riseup.net>
2019-10-11 10:09:10 +02:00
Colin L Rice 6e031f1244 all-packages: use go 1.12 for grafana 2019-10-11 10:09:09 +02:00
Colin L Rice eec1a1345f all-packages: use go 1.12 for cockroachdb 2019-10-11 10:09:09 +02:00
Colin L Rice 56d198b775 linux_rpi: copy dtb so raspberry pi 3a+ boots 2019-09-21 19:51:04 -04:00
Colin Rice 965cddb7ec steam: Update dependencies for steamrt 2019-08-19 01:15:34 +03:00
Colin L Rice d7aa6df31f nix-daemon: Fix builduser count to work when maxJobs is auto 2019-08-01 01:54:28 -04:00
Colin L Rice d67494972d nixos/nvidia: Add NVIDIA optimus option to allow external GPUs
Without this option - NVIDIA refuses to use an external GPU.
2019-05-02 23:57:28 -04:00
Colin Rice cdeb26ee76 go: Remove pkg/obj directory from the build outputs.
This appears to be causing the go package to be roughly 900MB in size.
2018-09-24 03:37:43 +00:00