Skip to content

Commit

Permalink
ci: skip sanity check for x86 to prevent GHA breakage
Browse files Browse the repository at this point in the history
  • Loading branch information
no92 committed Aug 13, 2024
1 parent 195b55d commit 6ca2b9e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ci/linux-x86-gcc.cross-file
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,6 @@ system = 'linux'
cpu_family = 'x86'
cpu = 'i386'
endian = 'little'

[properties]
skip_sanity_check = true

0 comments on commit 6ca2b9e

Please sign in to comment.