Merge branch 'main' of git.rustybever.be:bur/jjr-newsflash
ci/woodpecker/push/woodpecker Pipeline failed Details

main
Jef Roosens 2022-01-29 09:14:12 +01:00
commit 6563841a75
Signed by: Jef Roosens
GPG Key ID: 955C0660072F691F
2 changed files with 10 additions and 1 deletions

View File

@ -3,6 +3,15 @@ platform: linux/amd64
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
- RUSTC_WRAPPER=/usr/bin/sccache
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")