diff options
author | Michael Forney <mforney@mforney.org> | 2019-07-05 23:45:15 -0700 |
---|---|---|
committer | Michael Forney <mforney@mforney.org> | 2019-07-05 23:45:25 -0700 |
commit | 6f565ecfc1a223b206ac1e7365b822fc340a4fbd (patch) | |
tree | c5baf40577cd72f2b5535f098b893c3e7d6ed681 /.builds/alpine-aarch64.yml | |
parent | 8b425349642dcebefa26541930235a302a51e657 (diff) |
Rename to cproc
Fixes #4
Diffstat (limited to '.builds/alpine-aarch64.yml')
-rw-r--r-- | .builds/alpine-aarch64.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.builds/alpine-aarch64.yml b/.builds/alpine-aarch64.yml index 1719892..0aedd64 100644 --- a/.builds/alpine-aarch64.yml +++ b/.builds/alpine-aarch64.yml @@ -3,7 +3,7 @@ packages: - qemu-aarch64 - qemu-openrc sources: -- https://git.sr.ht/~mcf/cc +- https://git.sr.ht/~mcf/cproc - https://git.sr.ht/~mcf/qbe environment: PATH: $HOME/qbe/obj:$HOME/aarch64-linux-musl-cross/bin:$PATH @@ -26,4 +26,4 @@ tasks: --target=aarch64-linux-musl \ --with-ldso="$HOME/aarch64-linux-musl-cross/aarch64-linux-musl/lib/libc.so" make all check bootstrap - file stage2/cc stage2/cc-qbe + file stage2/cproc stage2/cproc-qbe |