harec

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit fd1d674c6848ee1b1d083567035ff9b4dd5cfa14
parent 9a8438bf0a90d7a4dc6302d0eb304894d9859f1b
Author: Eyal Sawady <ecs@d2evs.net>
Date:   Sat, 26 Mar 2022 19:40:19 +0000

.builds/*.yml: switch to upstream qbe

Signed-off-by: Eyal Sawady <ecs@d2evs.net>

Diffstat:
M.builds/alpine.yml | 2+-
M.builds/freebsd.yml | 2+-
2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/.builds/alpine.yml b/.builds/alpine.yml @@ -1,7 +1,7 @@ image: alpine/latest sources: - https://git.sr.ht/~sircmpwn/harec -- https://git.sr.ht/~sircmpwn/qbe +- git://c9x.me/qbe.git tasks: - qbe: | cd qbe diff --git a/.builds/freebsd.yml b/.builds/freebsd.yml @@ -1,7 +1,7 @@ image: freebsd/latest sources: - https://git.sr.ht/~sircmpwn/harec -- https://git.sr.ht/~sircmpwn/qbe +- git://c9x.me/qbe.git packages: - binutils - gmake