Skip to content

Commit

Permalink
repos: add flutter infra release (#56)
Browse files Browse the repository at this point in the history
  • Loading branch information
skyzh authored Mar 23, 2021
1 parent 09a0c28 commit 9b48c89
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions Rocket.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ guix = "https://ci.guix.gnu.org"
pytorch_wheels = "https://download.pytorch.org/whl"
sjtug_internal = "https://github.com/sjtug"
flutter_infra = "https://storage.flutter-io.cn/flutter_infra"
flutter_infra_release = "https://storage.flutter-io.cn/flutter_infra_release"
github_release = "https://github.com"
nix_channels_store = "https://mirrors.tuna.tsinghua.edu.cn/nix-channels/store"
overrides = [
Expand Down
1 change: 1 addition & 0 deletions src/common.rs
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,7 @@ pub struct Endpoints {
pub linuxbrew_bottles: String,
pub sjtug_internal: String,
pub flutter_infra: String,
pub flutter_infra_release: String,
pub github_release: String,
pub nix_channels_store: String,
pub pypi_simple: String,
Expand Down
1 change: 1 addition & 0 deletions src/repos.rs
Original file line number Diff line number Diff line change
Expand Up @@ -204,6 +204,7 @@ simple_intel! { rust_static, "rust-static", rust_static_allow, disallow_all }
simple_intel! { pytorch_wheels, "pytorch-wheels", wheels_allow, wheels_proxy }
simple_intel! { sjtug_internal, "sjtug-internal", sjtug_internal_allow, disallow_all }
simple_intel! { flutter_infra, "flutter_infra", flutter_allow, disallow_all }
simple_intel! { flutter_infra_release, "flutter_infra_release", flutter_allow, disallow_all }
simple_intel! { github_release, "github-release", github_release_allow, disallow_all }
simple_intel! { opam_cache, "opam-cache", allow_all, disallow_all }
simple_intel! { gradle_distribution, "gradle/distributions", gradle_allow, disallow_all }
Expand Down

0 comments on commit 9b48c89

Please sign in to comment.