Skip to content

Commit beb121b

Browse files
magic-akarirami3l
authored andcommitted
ci: exclude aarch64-pc-windows-gnullvm from aws-lc-rs
1 parent ab184e5 commit beb121b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ci/run.bash

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ case "$TARGET" in
3434
*netbsd* ) ;;
3535
*illumos* ) ;;
3636
*solaris* ) ;;
37+
aarch64-pc-windows-gnullvm ) ;;
3738
# default case, build with rustls enabled
3839
* ) FEATURES+=('--features' 'reqwest-rustls-tls') ;;
3940
esac
@@ -67,6 +68,7 @@ build_test() {
6768
mips* ) ;;
6869
riscv* ) ;;
6970
s390x* ) ;;
71+
aarch64-pc-windows-gnullvm ) ;;
7072
# default case, build with rustls enabled
7173
* ) features+=('--features' 'reqwest-rustls-tls') ;;
7274
esac

0 commit comments

Comments
 (0)