From f3f32ed7aa04bfe3712cd8f88fe0f09fc240933f Mon Sep 17 00:00:00 2001 From: Elias Naur Date: Wed, 11 Nov 2020 12:57:48 +0100 Subject: [PATCH] .builds: avoid the private applesdk repository Should fix the automatic builds for patches sent to the mailing list. Signed-off-by: Elias Naur --- .builds/apple.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.builds/apple.yml b/.builds/apple.yml index 1fd4973c..946ffe80 100644 --- a/.builds/apple.yml +++ b/.builds/apple.yml @@ -12,7 +12,7 @@ packages: - libplist-utils # for gogio - golang sources: - - git@git.sr.ht:~eliasnaur/applesdks + - https://git.sr.ht/~eliasnaur/applesdks - https://git.sr.ht/~eliasnaur/gio - https://git.sr.ht/~eliasnaur/giouiorg - https://github.com/tpoechtrager/cctools-port.git @@ -21,8 +21,6 @@ sources: environment: APPLE_TOOLCHAIN_ROOT: /home/build/appletools PATH: /home/build/go/bin:/usr/bin -secrets: - - 6363dfe0-15d9-4bd2-88a5-ae53243568c9 tasks: - prepare_toolchain: | mkdir -p $APPLE_TOOLCHAIN_ROOT