Hopefully added sccache support
ci/woodpecker/push/woodpecker Pipeline failed Details

main
Jef Roosens 2022-01-05 20:54:42 +01:00
parent 14c13e2078
commit 410b4acc3e
Signed by: Jef Roosens
GPG Key ID: B580B976584B5F30
2 changed files with 9 additions and 1 deletions

View File

@ -1,6 +1,14 @@
pipeline:
build:
image: 'archlinux:latest'
environment:
- SCCACHE_BUCKET=bur
- SCCACHE_ENDPOINT=s3.rustybever.be
- SCCACHE_S3_USE_SSL=true
- SCCACHE_S3_KEY_PREFIX=jjr-newsflash
secrets:
- aws_access_key_id
- aws_secret_access_key
commands:
# Update packages
- pacman -Syu --needed --noconfirm base-devel

View File

@ -9,7 +9,7 @@ arch=(any)
url="https://gitlab.com/news-flash/news_flash_gtk"
license=(GPL3)
depends=(libhandy webkit2gtk)
makedepends=(git cargo meson rust)
makedepends=(git cargo meson rust sccache)
conflicts=(newsflash)
source=("git+https://gitlab.com/news-flash/news_flash_gtk.git")
sha512sums=("SKIP")