Skip to content

Commit 6115956

Browse files
heiherrami3l
authored andcommitted
CI: Enable rustls on loongarch64
1 parent 87afd60 commit 6115956

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

ci/run.bash

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ case "$TARGET" in
2020
mips* ) ;;
2121
riscv* ) ;;
2222
s390x* ) ;;
23-
loongarch* ) ;;
2423
aarch64-pc-windows-msvc ) ;;
2524
# default case, build with rustls enabled
2625
* ) FEATURES+=('--features' 'reqwest-rustls-tls') ;;
@@ -47,7 +46,6 @@ download_pkg_test() {
4746
mips* ) ;;
4847
riscv* ) ;;
4948
s390x* ) ;;
50-
loongarch* ) ;;
5149
aarch64-pc-windows-msvc ) ;;
5250
# default case, build with rustls enabled
5351
* ) features+=('--features' 'reqwest-rustls-tls') ;;

0 commit comments

Comments
 (0)