From bc54e40718b557a7f4d00256d8b914d3c79d96d2 Mon Sep 17 00:00:00 2001 From: Michael Forney Date: Tue, 16 Apr 2019 01:02:56 -0700 Subject: Use upstream QBE --- .builds/alpine.yml | 2 +- .builds/debian.yml | 2 +- .builds/freebsd.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.builds/alpine.yml b/.builds/alpine.yml index e038d3c..71ed175 100644 --- a/.builds/alpine.yml +++ b/.builds/alpine.yml @@ -1,7 +1,7 @@ image: alpine/edge sources: - https://git.sr.ht/~mcf/cc - - https://github.com/michaelforney/qbe + - git://c9x.me/qbe.git tasks: - build: | make -C qbe diff --git a/.builds/debian.yml b/.builds/debian.yml index f829294..bcba5fc 100644 --- a/.builds/debian.yml +++ b/.builds/debian.yml @@ -1,7 +1,7 @@ image: debian/stretch sources: - https://git.sr.ht/~mcf/cc - - https://github.com/michaelforney/qbe + - git://c9x.me/qbe.git tasks: - build: | make -C qbe diff --git a/.builds/freebsd.yml b/.builds/freebsd.yml index fbcf02e..8eb359d 100644 --- a/.builds/freebsd.yml +++ b/.builds/freebsd.yml @@ -1,7 +1,7 @@ image: freebsd/latest sources: - https://git.sr.ht/~mcf/cc - - https://github.com/michaelforney/qbe + - git://c9x.me/qbe.git packages: - gmake tasks: -- cgit v1.2.3