Thomas Winget
755b4d89b6
libunbound deps in drone config 3: dependency boogaloo
2020-06-15 18:32:57 -04:00
Thomas Winget
4ee95d4ad0
libunbound deps in drone config...watch *them* have deps too
2020-06-15 18:32:57 -04:00
Thomas Winget
f58c7df54d
add libunbound-dev dep to drone config
2020-06-15 18:32:57 -04:00
Rick V
b2fcf6c896
sodium requires stack protection on windows (-D_FORTIFY_SOURCE works
...
now!)
2020-06-12 18:17:07 -05:00
Rick V
2efc884acf
64-bit LTO cursed for ages
2020-06-12 17:50:25 -05:00
Rick V
052bc25c4f
install make
2020-06-12 16:51:41 -05:00
Rick V
1f5df55443
don't use builtin patch
2020-06-12 16:41:30 -05:00
Rick V
8ac5213b42
windows builds on alpine lunix
2020-06-12 15:55:24 -05:00
Jeff
f8bec34f80
Merge pull request #1309 from jagerman/drone-submodules-step
...
Add tags/submodules as separate step
2020-06-12 14:33:03 -04:00
Jason Rhinelander
f4b4e4799f
Add tags/submodules as separate step
...
Drone's initial clone doesn't include tags or submodules; add a step to
fetch both (rather than doing this in the build step).
2020-06-12 14:20:02 -03:00
Jason Rhinelander
b3f38883b8
Fix static distro drone typo
...
Static build runs on bionic, not focal.
2020-06-12 02:17:37 -03:00
Jeff Becker
6984cda3a6
add pybind and router hive to ci
2020-06-08 15:50:12 -04:00
Jason Rhinelander
8851766c5d
macos static build & upload
2020-05-23 14:21:05 -03:00
Jason Rhinelander
cf447dc3a4
Build (and upload) debs by merging into the deb branches
...
Similar to the static files, the debs also end up under
builds.lokinet.dev/deb.
2020-05-23 11:33:50 -03:00
Jason Rhinelander
f54beadaa9
Add tar+upload to builds.lokinet.dev of static build
...
Relies on an SSH_KEY secret being set in the repository.
Also move the linked library check to a bash script because escaping a
value in jsonnet (escape once) that gets passed through yaml (escape
twice) and then bash (escape again) is too painful.
2020-05-23 00:36:30 -03:00
Jason Rhinelander
861f83c9cc
drone tweaks
...
- add some comments
- exclude commits to the debian/ubuntu branches from getting built
- disable "Updating man-db" which chews up several seconds during
package install
2020-05-23 00:32:00 -03:00
Jason Rhinelander
9e1e11825e
Fix the static build linked libs output check
...
- The `grep` had a typo of `-e` instead of `-E` which made it not work
- Made the command actually fail the pipeline if unwanted linked libs
were found.
- Print in green if everything is okay.
- Add librt.so to the whitelist
2020-05-21 11:47:05 -03:00
Jason Rhinelander
7d5a99d820
Merge pull request #1284 from majestrate/toggle-lto-2020-05-20
...
add WITH_LTO option to disble lto on compile time
2020-05-20 20:45:36 -03:00
Jason Rhinelander
e4e6fc205e
Disable lto for most linux builds
...
Keeps it on for the first three (sid/release, sid/debug, and clang) and
turns them off for the rest.
2020-05-20 20:35:25 -03:00
Jason Rhinelander
ab02519a40
Add missing quote to static build linked libs test
2020-05-20 19:48:29 -03:00
Jason Rhinelander
1d11456d26
Move specify CLICOLOR_FORCE=1 to the drone backend
2020-05-20 19:18:28 -03:00
Jason Rhinelander
4d34ee82c9
Move Catalina build to drone (on lokinet-mini)
2020-05-20 19:18:27 -03:00
Jason Rhinelander
b1281cd9d3
Add gcc-10 build
...
This is temporary (until the `g++` metapackage switches from gcc 9 to
gcc 10).
2020-05-19 17:34:32 -03:00
Jason Rhinelander
7f8698ce44
Add several drone ci builds
2020-05-17 23:31:41 -03:00