File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -25,11 +25,11 @@ bazel_dep(name = "score_toolchains_gcc", dev_dependency=True)
2525git_override ( # Elektrobit corbos Linux for Safety Applications needs a specific toolchain
2626 module_name = "score_toolchains_gcc" ,
2727 remote = "https://github.com/Elektrobit/eclipse-score_toolchains_gcc.git" ,
28- commit = "fb009e490b9b8f28805d587f50d0bf6d885f3414" ,
28+ tag = "0.5.0-alpha" , # commit sha: fb009e490b9b8f28805d587f50d0bf6d885f3414
2929)
3030gcc = use_extension ("@score_toolchains_gcc//extentions:gcc.bzl" , "gcc" , dev_dependency = True )
3131gcc .toolchain (
32- url = "https://linux.elektrobit. com/tmp/score /fastdev-sdk-ubuntu-ebcl-deb-qemu-arm64.tar.xz" ,
32+ url = "https://github. com/Elektrobit/eclipse-score_toolchains_gcc/releases/download/0.5.0-alpha /fastdev-sdk-ubuntu-ebcl-deb-qemu-arm64.tar.xz" ,
3333 sha256 = "cf8d277a2b95bbdad3e177c488fa77d01723510690a911218ef33747574d78fe" ,
3434 strip_prefix = "fastdev-sdk-ubuntu-ebcl-deb-qemuarm64" ,
3535)
Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ genrule(
5252 name = "fetch-fastdev-archive" ,
5353 srcs = [],
5454 outs = ["fastdev-archive.tgz" ],
55- cmd = "wget -O $@ https://linux.elektrobit. com/tmp/score /fastdev-ubuntu-ebcl-deb-qemu-arm64.tgz"
55+ cmd = "wget -O $@ https://github. com/Elektrobit/eclipse-score_toolchains_gcc/releases/download/0.5.0-alpha /fastdev-ubuntu-ebcl-deb-qemu-arm64.tgz"
5656)
5757
5858genrule (
You can’t perform that action at this time.
0 commit comments