.builds: avoid the private applesdk repository

Should fix the automatic builds for patches sent to the mailing list.

Signed-off-by: Elias Naur <mail@eliasnaur.com>
This commit is contained in:
Elias Naur
2020-11-11 12:57:48 +01:00
parent 1106d90f11
commit f3f32ed7aa
+1 -3
View File
@@ -12,7 +12,7 @@ packages:
- libplist-utils # for gogio - libplist-utils # for gogio
- golang - golang
sources: sources:
- git@git.sr.ht:~eliasnaur/applesdks - https://git.sr.ht/~eliasnaur/applesdks
- https://git.sr.ht/~eliasnaur/gio - https://git.sr.ht/~eliasnaur/gio
- https://git.sr.ht/~eliasnaur/giouiorg - https://git.sr.ht/~eliasnaur/giouiorg
- https://github.com/tpoechtrager/cctools-port.git - https://github.com/tpoechtrager/cctools-port.git
@@ -21,8 +21,6 @@ sources:
environment: environment:
APPLE_TOOLCHAIN_ROOT: /home/build/appletools APPLE_TOOLCHAIN_ROOT: /home/build/appletools
PATH: /home/build/go/bin:/usr/bin PATH: /home/build/go/bin:/usr/bin
secrets:
- 6363dfe0-15d9-4bd2-88a5-ae53243568c9
tasks: tasks:
- prepare_toolchain: | - prepare_toolchain: |
mkdir -p $APPLE_TOOLCHAIN_ROOT mkdir -p $APPLE_TOOLCHAIN_ROOT