diff --git a/ci/run.bash b/ci/run.bash index 670ebbc196..4e4dd0cef3 100644 --- a/ci/run.bash +++ b/ci/run.bash @@ -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') ;; @@ -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') ;;