Compare commits
2 Commits
prerelease
...
prerelease
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
f9490ceac0 | ||
|
|
4cda311008 |
1
.github/workflows/release.yml
vendored
1
.github/workflows/release.yml
vendored
@@ -41,7 +41,6 @@ jobs:
|
||||
conan build .
|
||||
else
|
||||
sudo apt-get install -y gcc-aarch64-linux-gnu
|
||||
export CC=gcc-aarch64-linux-gnu
|
||||
conan install . --profile linux-arm-profile.txt --build=missing
|
||||
conan build . --profile linux-arm-profile.txt
|
||||
fi
|
||||
|
||||
@@ -4,4 +4,9 @@ arch=armv8
|
||||
compiler=gcc
|
||||
compiler.version=12
|
||||
compiler.libcxx=libstdc++11
|
||||
build_type=Release
|
||||
build_type=Release
|
||||
|
||||
[conf]
|
||||
tools.build:compiler_executables={"c": "/usr/bin/gcc-aarch64-linux-gnu"}
|
||||
tools.cmake.cmaketoolchain:system_name=Linux
|
||||
tools.cmake.cmaketoolchain:system_processor=aarch64
|
||||
Reference in New Issue
Block a user