Skip to content

Commit

Permalink
CI: Enable rustls on loongarch64
Browse files Browse the repository at this point in the history
  • Loading branch information
heiher authored and rami3l committed Dec 14, 2023
1 parent 87afd60 commit 6115956
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions ci/run.bash
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ case "$TARGET" in
mips* ) ;;
riscv* ) ;;
s390x* ) ;;
loongarch* ) ;;
aarch64-pc-windows-msvc ) ;;
# default case, build with rustls enabled
* ) FEATURES+=('--features' 'reqwest-rustls-tls') ;;
Expand All @@ -47,7 +46,6 @@ download_pkg_test() {
mips* ) ;;
riscv* ) ;;
s390x* ) ;;
loongarch* ) ;;
aarch64-pc-windows-msvc ) ;;
# default case, build with rustls enabled
* ) features+=('--features' 'reqwest-rustls-tls') ;;
Expand Down

0 comments on commit 6115956

Please sign in to comment.