From 50218e27ab7c582bf8d25fefc2f8dcf10a58168c Mon Sep 17 00:00:00 2001 From: Jonas Platte Date: Fri, 24 Apr 2020 18:38:37 +0200 Subject: [PATCH] Add sources to builds.sr.ht manifests --- .builds/beta.yml | 2 ++ .builds/msrv.yml | 2 ++ .builds/nightly.yml | 2 ++ .builds/stable.yml | 2 ++ 4 files changed, 8 insertions(+) diff --git a/.builds/beta.yml b/.builds/beta.yml index e6cc8bad..9179b87a 100644 --- a/.builds/beta.yml +++ b/.builds/beta.yml @@ -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 diff --git a/.builds/msrv.yml b/.builds/msrv.yml index cd0ed921..ad1b6ea0 100644 --- a/.builds/msrv.yml +++ b/.builds/msrv.yml @@ -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 diff --git a/.builds/nightly.yml b/.builds/nightly.yml index 149821cb..cd9c0de1 100644 --- a/.builds/nightly.yml +++ b/.builds/nightly.yml @@ -1,6 +1,8 @@ image: archlinux packages: - rustup +sources: + - https://github.com/ruma/ruma-serde tasks: - rustup: | rustup toolchain install nightly --profile minimal diff --git a/.builds/stable.yml b/.builds/stable.yml index ec85f08f..ea1cd2b3 100644 --- a/.builds/stable.yml +++ b/.builds/stable.yml @@ -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