From 489c853ed75f71ef435b695b2a51229d28292c7c Mon Sep 17 00:00:00 2001 From: Drew DeVault Date: Mon, 29 Jun 2020 10:23:22 -0400 Subject: .builds/alpine: remove annotations This feature is being removed from git.sr.ht --- .builds/alpine.yml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.builds/alpine.yml b/.builds/alpine.yml index be06ce1..e23dff6 100644 --- a/.builds/alpine.yml +++ b/.builds/alpine.yml @@ -5,9 +5,6 @@ packages: sources: - https://git.sr.ht/~mcf/cproc - git://c9x.me/qbe.git -- https://git.sr.ht/~sircmpwn/annotatec -secrets: -- cd4f74b3-9b4f-435f-b747-e513ba03f947 tasks: - build: | PATH=$HOME/qbe/obj:$PATH @@ -15,11 +12,6 @@ tasks: cd cproc ./configure make all check bootstrap -- annotate: | - make -C annotatec - cd cproc - ~/annotatec/annotatec -g -C 'cpp -U __GNUC__' *.c > annotations.json - ~/upload-annotations annotations.json mcf cproc triggers: - action: email condition: failure -- cgit v1.2.3