diff options
| author | Michael Forney <mforney@mforney.org> | 2020-01-29 23:32:11 -0800 |
|---|---|---|
| committer | Michael Forney <mforney@mforney.org> | 2020-01-29 23:32:11 -0800 |
| commit | 0bfc011f7c69c5eb338cdd6aab1e2ffebfbc4267 (patch) | |
| tree | 7867c5b215146fa3e001434c260727f7ea7a8d81 /.build.yml | |
| parent | 6026bae9b04d07da8f1703a79d3b60e7d59232a8 (diff) | |
Fix continuous build scripts
Diffstat (limited to '.build.yml')
| -rw-r--r-- | .build.yml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -31,8 +31,8 @@ tasks: return { builddir='out', fs={{sets[set], exclude={'^include/', '^lib/.*%.a$'}}}, - target={toolchain='x86_64-linux-musl', cflags='-O2 -pipe -fpie', ldflags='-s -static -pie', pie=true}, - host={toolchain='default', cflags='-pipe', ldflags=''}, + target={platform='x86_64-linux-musl', cflags='-O2 -pipe -fpie', ldflags='-s -static -pie', pie=true}, + host={cflags='-pipe', ldflags=''}, repo={path='$HOME/root-x86_64.git', flags='--bare', tag='tree', branch=set}, } EOF |
