Skip to content

Commit

Permalink
fix profiles to run tests
Browse files Browse the repository at this point in the history
  • Loading branch information
whyoleg committed Dec 29, 2023
1 parent d61e62d commit 26965a8
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 1 deletion.
1 change: 0 additions & 1 deletion profiles/android
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ include(base)
os=Android
os.api_level=21
compiler=clang
compiler.libcxx=libc++
compiler.version=14

[tool_requires]
Expand Down
1 change: 1 addition & 0 deletions profiles/apple
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@ include(base)
[settings]
compiler=apple-clang
compiler.version=15
compiler.libcxx=libc++
1 change: 1 addition & 0 deletions profiles/linux-arm64
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ include(base)
os=Linux
arch=armv8
compiler=gcc
compiler.libcxx=libstdc++11
compiler.version=8
[buildenv]
CC=/usr/bin/aarch64-linux-gnu-gcc-8
Expand Down
1 change: 1 addition & 0 deletions profiles/linux-x64
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ include(base)
os=Linux
arch=x86_64
compiler=gcc
compiler.libcxx=libstdc++11
compiler.version=8
[buildenv]
CC=/usr/bin/x86_64-linux-gnu-gcc-8
Expand Down

0 comments on commit 26965a8

Please sign in to comment.