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 b3aa653 commit 4cda311Copy full SHA for 4cda311
.github/workflows/release.yml
@@ -41,7 +41,6 @@ jobs:
41
conan build .
42
else
43
sudo apt-get install -y gcc-aarch64-linux-gnu
44
- export CC=gcc-aarch64-linux-gnu
45
conan install . --profile linux-arm-profile.txt --build=missing
46
conan build . --profile linux-arm-profile.txt
47
fi
linux-arm-profile.txt
@@ -4,4 +4,7 @@ arch=armv8
4
compiler=gcc
5
compiler.version=12
6
compiler.libcxx=libstdc++11
7
-build_type=Release
+build_type=Release
8
+
9
+[conf]
10
+tools.build:compiler_executables={"c": "/usr/bin/gcc-aarch64-linux-gnu"}
0 commit comments