You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by GitBox <gi...@apache.org> on 2022/04/18 07:54:11 UTC

[GitHub] [incubator-nuttx] xiaoxiang781216 opened a new pull request, #6094: tools/cibuild.sh: Migrate risc-v toolchian from 8.3.0 to 10.2.0

xiaoxiang781216 opened a new pull request, #6094:
URL: https://github.com/apache/incubator-nuttx/pull/6094

   ## Summary
   and fix the certification expire issue too
   
   ## Impact
   
   ## Testing
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [incubator-nuttx] pkarashchenko commented on a diff in pull request #6094: tools/cibuild.sh: Migrate risc-v toolchian from 8.3.0 to 10.2.0

Posted by GitBox <gi...@apache.org>.
pkarashchenko commented on code in PR #6094:
URL: https://github.com/apache/incubator-nuttx/pull/6094#discussion_r851955413


##########
tools/ci/cibuild.sh:
##########
@@ -196,7 +196,7 @@ function riscv-gcc-toolchain {
         ;;
     esac
     cd "${prebuilt}"
-    wget --quiet https://static.dev.sifive.com/dev-tools/riscv64-unknown-elf-gcc-8.3.0-2019.08.0-${flavor}.tar.gz
+    wget --quiet https://static.dev.sifive.com/dev-tools/freedom-tools/v2020.12/riscv64-unknown-elf-toolchain-10.2.0-2020.12.8-${flavor}.tar.gz
     tar zxf riscv64-unknown-elf-gcc-8.3.0-2019.08.0-${flavor}.tar.gz
     mv riscv64-unknown-elf-gcc-8.3.0-2019.08.0-${flavor} riscv64-unknown-elf-gcc
     rm riscv64-unknown-elf-gcc-8.3.0-2019.08.0-${flavor}.tar.gz

Review Comment:
   ```suggestion
       tar zxf riscv64-unknown-elf-gcc-10.2.0-2020.12.8${flavor}.tar.gz
       mv riscv64-unknown-elf-gcc-10.2.0-2020.12.8${flavor} riscv64-unknown-elf-gcc
       rm riscv64-unknown-elf-gcc-10.2.0-2020.12.8${flavor}.tar.gz
   ```



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [incubator-nuttx] xiaoxiang781216 commented on a diff in pull request #6094: tools/cibuild.sh: Migrate risc-v toolchian from 8.3.0 to 10.2.0

Posted by GitBox <gi...@apache.org>.
xiaoxiang781216 commented on code in PR #6094:
URL: https://github.com/apache/incubator-nuttx/pull/6094#discussion_r852100055


##########
tools/ci/cibuild.sh:
##########
@@ -196,10 +196,10 @@ function riscv-gcc-toolchain {
         ;;
     esac
     cd "${prebuilt}"
-    wget --quiet https://static.dev.sifive.com/dev-tools/riscv64-unknown-elf-gcc-8.3.0-2019.08.0-${flavor}.tar.gz
-    tar zxf riscv64-unknown-elf-gcc-8.3.0-2019.08.0-${flavor}.tar.gz
-    mv riscv64-unknown-elf-gcc-8.3.0-2019.08.0-${flavor} riscv64-unknown-elf-gcc
-    rm riscv64-unknown-elf-gcc-8.3.0-2019.08.0-${flavor}.tar.gz
+    wget --quiet --no-check-certificate https://static.dev.sifive.com/dev-tools/freedom-tools/v2020.12/riscv64-unknown-elf-toolchain-10.2.0-2020.12.8-${flavor}.tar.gz
+    tar zxf riscv64-unknown-elf-toolchain-10.2.0-2020.12.8-${flavor}.tar.gz
+    mv riscv64-unknown-elf-toolchain-10.2.0-2020.12.8-${flavor}.tar.gz riscv64-unknown-elf-gcc

Review Comment:
   Thanks.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [incubator-nuttx] pkarashchenko commented on a diff in pull request #6094: tools/cibuild.sh: Migrate risc-v toolchian from 8.3.0 to 10.2.0

Posted by GitBox <gi...@apache.org>.
pkarashchenko commented on code in PR #6094:
URL: https://github.com/apache/incubator-nuttx/pull/6094#discussion_r851997543


##########
tools/ci/cibuild.sh:
##########
@@ -196,10 +196,10 @@ function riscv-gcc-toolchain {
         ;;
     esac
     cd "${prebuilt}"
-    wget --quiet https://static.dev.sifive.com/dev-tools/riscv64-unknown-elf-gcc-8.3.0-2019.08.0-${flavor}.tar.gz
-    tar zxf riscv64-unknown-elf-gcc-8.3.0-2019.08.0-${flavor}.tar.gz
-    mv riscv64-unknown-elf-gcc-8.3.0-2019.08.0-${flavor} riscv64-unknown-elf-gcc
-    rm riscv64-unknown-elf-gcc-8.3.0-2019.08.0-${flavor}.tar.gz
+    wget --quiet --no-check-certificate https://static.dev.sifive.com/dev-tools/freedom-tools/v2020.12/riscv64-unknown-elf-toolchain-10.2.0-2020.12.8-${flavor}.tar.gz
+    tar zxf riscv64-unknown-elf-toolchain-10.2.0-2020.12.8-${flavor}.tar.gz
+    mv riscv64-unknown-elf-toolchain-10.2.0-2020.12.8-${flavor}.tar.gz riscv64-unknown-elf-gcc

Review Comment:
   ```suggestion
       mv riscv64-unknown-elf-toolchain-10.2.0-2020.12.8-${flavor} riscv64-unknown-elf-gcc
   ```



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [incubator-nuttx] pkarashchenko commented on a diff in pull request #6094: tools/cibuild.sh: Migrate risc-v toolchian from 8.3.0 to 10.2.0

Posted by GitBox <gi...@apache.org>.
pkarashchenko commented on code in PR #6094:
URL: https://github.com/apache/incubator-nuttx/pull/6094#discussion_r851955413


##########
tools/ci/cibuild.sh:
##########
@@ -196,7 +196,7 @@ function riscv-gcc-toolchain {
         ;;
     esac
     cd "${prebuilt}"
-    wget --quiet https://static.dev.sifive.com/dev-tools/riscv64-unknown-elf-gcc-8.3.0-2019.08.0-${flavor}.tar.gz
+    wget --quiet https://static.dev.sifive.com/dev-tools/freedom-tools/v2020.12/riscv64-unknown-elf-toolchain-10.2.0-2020.12.8-${flavor}.tar.gz
     tar zxf riscv64-unknown-elf-gcc-8.3.0-2019.08.0-${flavor}.tar.gz
     mv riscv64-unknown-elf-gcc-8.3.0-2019.08.0-${flavor} riscv64-unknown-elf-gcc
     rm riscv64-unknown-elf-gcc-8.3.0-2019.08.0-${flavor}.tar.gz

Review Comment:
   ```suggestion
       tar zxf riscv64-unknown-elf-toolchain-10.2.0-2020.12.8-${flavor}.tar.gz
       mv riscv64-unknown-elf-toolchain-10.2.0-2020.12.8-${flavor} riscv64-unknown-elf-gcc
       rm riscv64-unknown-elf-toolchain-10.2.0-2020.12.8-${flavor}.tar.gz
   ```



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [incubator-nuttx] xiaoxiang781216 commented on a diff in pull request #6094: tools/cibuild.sh: Migrate risc-v toolchian from 8.3.0 to 10.2.0

Posted by GitBox <gi...@apache.org>.
xiaoxiang781216 commented on code in PR #6094:
URL: https://github.com/apache/incubator-nuttx/pull/6094#discussion_r851958619


##########
tools/ci/cibuild.sh:
##########
@@ -196,7 +196,7 @@ function riscv-gcc-toolchain {
         ;;
     esac
     cd "${prebuilt}"
-    wget --quiet https://static.dev.sifive.com/dev-tools/riscv64-unknown-elf-gcc-8.3.0-2019.08.0-${flavor}.tar.gz
+    wget --quiet https://static.dev.sifive.com/dev-tools/freedom-tools/v2020.12/riscv64-unknown-elf-toolchain-10.2.0-2020.12.8-${flavor}.tar.gz
     tar zxf riscv64-unknown-elf-gcc-8.3.0-2019.08.0-${flavor}.tar.gz
     mv riscv64-unknown-elf-gcc-8.3.0-2019.08.0-${flavor} riscv64-unknown-elf-gcc
     rm riscv64-unknown-elf-gcc-8.3.0-2019.08.0-${flavor}.tar.gz

Review Comment:
   Done.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [incubator-nuttx] pkarashchenko merged pull request #6094: tools/cibuild.sh: Migrate risc-v toolchian from 8.3.0 to 10.2.0

Posted by GitBox <gi...@apache.org>.
pkarashchenko merged PR #6094:
URL: https://github.com/apache/incubator-nuttx/pull/6094


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org