Add sources to builds.sr.ht manifests

This commit is contained in:
Jonas Platte 2020-04-24 18:38:37 +02:00
parent 1eb5bffbc6
commit 50218e27ab
No known key found for this signature in database
GPG Key ID: 7D261D771D915378
4 changed files with 8 additions and 0 deletions

View File

@ -1,6 +1,8 @@
image: archlinux
packages:
- rustup
sources:
- https://github.com/ruma/ruma-serde
tasks:
- rustup: |
# We specify --profile minimal because we'd otherwise download docs

View File

@ -1,6 +1,8 @@
image: archlinux
packages:
- rustup
sources:
- https://github.com/ruma/ruma-serde
tasks:
- rustup: |
# We specify --profile minimal because we'd otherwise download docs

View File

@ -1,6 +1,8 @@
image: archlinux
packages:
- rustup
sources:
- https://github.com/ruma/ruma-serde
tasks:
- rustup: |
rustup toolchain install nightly --profile minimal

View File

@ -1,6 +1,8 @@
image: archlinux
packages:
- rustup
sources:
- https://github.com/ruma/ruma-serde
tasks:
- rustup: |
# We specify --profile minimal because we'd otherwise download docs