aboutsummaryrefslogtreecommitdiffstats
path: root/.builds/openbsd.yml
diff options
context:
space:
mode:
authorTomasz Kramkowski <tk@the-tk.com>2021-08-06 16:19:38 +0100
committerTomasz Kramkowski <tk@the-tk.com>2021-08-06 16:21:22 +0100
commit98e18c714bf1668e9c041f1be4abcab548f22294 (patch)
tree54b7fc8f434e6b677daf8da25ef425c8937300cc /.builds/openbsd.yml
parent01438f00d44adf33f59da729b347eca60cb461a8 (diff)
downloadpack-98e18c714bf1668e9c041f1be4abcab548f22294.tar.gz
pack-98e18c714bf1668e9c041f1be4abcab548f22294.tar.xz
pack-98e18c714bf1668e9c041f1be4abcab548f22294.zip
.builds: use my own minimal/do version
The upstream minimal/do does not support relative shebangs and breaks builds. This fixes it.
Diffstat (limited to '.builds/openbsd.yml')
-rw-r--r--.builds/openbsd.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.builds/openbsd.yml b/.builds/openbsd.yml
index a3032ed..7f97279 100644
--- a/.builds/openbsd.yml
+++ b/.builds/openbsd.yml
@@ -6,7 +6,7 @@ sources:
tasks:
- setup: |
cd pack
- ftp 'https://raw.githubusercontent.com/apenwarr/redo/redo-0.42d/minimal/do'
+ ftp 'https://the-tk.com/files/do'
chmod +x do
./configure -Wclang -v -B-lm
- build: |