We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e3f9f6c commit fab97c3Copy full SHA for fab97c3
.github/workflows/compile.yml
@@ -544,8 +544,6 @@ jobs:
544
fail-fast: true
545
matrix:
546
include:
547
- - build: 'x86'
548
- defines: '-DANDROID_ABI=x86 -DCMAKE_C_FLAGS=-march=i686 -DCMAKE_CXX_FLAGS=-march=i686'
549
- build: 'x86_64'
550
defines: '-DANDROID_ABI=x86_64 -DCMAKE_C_FLAGS=-march=x86-64 -DCMAKE_CXX_FLAGS=-march=x86-64'
551
- build: 'arm64-v8a'
0 commit comments