You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/cross.yml
+7-8Lines changed: 7 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -23,6 +23,12 @@ jobs:
23
23
if: github.repository_owner == 'aws'
24
24
name: cross tests ${{ matrix.target[0] }}
25
25
runs-on: ubuntu-22.04
26
+
env:
27
+
# The flag below is set to avoid the following error with GCC 11.4.0 on the riscv64 platform:
28
+
# /home/runner/work/aws-lc-rs/aws-lc-rs/aws-lc-sys/aws-lc/crypto/pem/pem_lib.c:707:11: error: 'strncmp' of strings of length 1 and 9 and bound of 9 evaluates to nonzero [-Werror=string-compare]
run: rustup override set ${{ steps.toolchain.outputs.name }}
65
-
# The flag below is set to avoid the following error with GCC 11.4.0 on the riscv64 platform:
66
-
# /home/runner/work/aws-lc-rs/aws-lc-rs/aws-lc-sys/aws-lc/crypto/pem/pem_lib.c:707:11: error: 'strncmp' of strings of length 1 and 9 and bound of 9 evaluates to nonzero [-Werror=string-compare]
0 commit comments