mirror of
https://git.sr.ht/~eliasnaur/gio
synced 2026-07-05 01:15:35 +00:00
.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:
+1
-3
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user