Compare commits
1 Commits
prerelease
...
prerelease
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
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,7 @@ 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"}
|
||||
Reference in New Issue
Block a user