diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2025-09-19 21:32:58 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2025-09-19 21:32:58 +0200 |
commit | ae2f6baba4328717435d443fb802be315dae90f3 (patch) | |
tree | 5cfa4fab336e4f5155dbddfc31254d2930799a9e | |
parent | 483366800a42a8ccccb138a4c684aabcac9bafbc (diff) |
use https for openadk clone
-rwxr-xr-x | embedded-test.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/embedded-test.sh b/embedded-test.sh index edc3744..9365898 100755 --- a/embedded-test.sh +++ b/embedded-test.sh @@ -62,7 +62,7 @@ arch_list_newlib="aarch64 aarch64be armv5 bfin crisv10 \ nios2 or1k ppc riscv64 rx sh sparc v850 x86 x86_64 xtensa" topdir=$(pwd) -giturl=git://openadk.org/git/openadk +giturl=https://git.openadk.org/git/openadk.git valid_os="linux" valid_libc="uclibc-ng musl glibc newlib" valid_tests="toolchain boot libc ltp mksh native" |