Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions files/rustc/gnu.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,9 @@ name = "rustc/gcc-8.4.0.tar.xz"
source = "https://bigsearcher.com/mirrors/gcc/releases/gcc-8.4.0/gcc-8.4.0.tar.xz"
sha256 = "e3a06e52d1e01f27ed55104ad233c3b0d1e99cfb5ff98ab022dc941edd1b2dd4"
license = "GNU General Public License"

[[files]]
name = "rustc/chrome-linux64.zip"
source = "https://storage.googleapis.com/chrome-for-testing-public/149.0.7827.22/linux64/chrome-linux64.zip"
sha256 = "69d3de016c1e6e0483fe0d78954b66f46fd4404cb5900978a28df22657071194"
Comment thread
jieyouxu marked this conversation as resolved.
license = "https://www.google.com/chrome/terms/"

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Remark: this license / terms should be fine because we only use chrome for testing and do not redistribute it.

Loading