aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.builds/alpine.yml2
-rw-r--r--.builds/debian.yml2
-rw-r--r--.builds/freebsd.yml2
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: