Skip to content

Commit

Permalink
Update raspbian 9 compiler (#576)
Browse files Browse the repository at this point in the history
Rasbian 9 toolchain was removed from the 3rd party website. Update the URL to use internal built toolchain instead.
  • Loading branch information
pasin authored Sep 30, 2024
1 parent cce4963 commit b6eea13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jenkins/cross_manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"raspbian9": {
"toolchain": "https://sourceforge.net/projects/raspberry-pi-cross-compilers/files/Raspberry%20Pi%20GCC%20Cross-Compiler%20Toolchains/Stretch/GCC%209.3.0/Raspberry%20Pi%202%2C%203/cross-gcc-9.3.0-pi_2-3.tar.gz/download",
"toolchain": "http://downloads.build.couchbase.com/mobile/toolchains/cross-gcc-9.3.0-pi_2-3.tar.gz",
"sysroot": "debian-stretch-armhf.tar.gz"
},
"debian9-x86_64": {
Expand Down

0 comments on commit b6eea13

Please sign in to comment.