From 4cda311008fdf8ca087ca083b486a55dd6134989 Mon Sep 17 00:00:00 2001 From: William Bell <62452284+Ugric@users.noreply.github.com> Date: Sat, 16 Aug 2025 18:25:46 +0100 Subject: [PATCH] bloody ai --- .github/workflows/release.yml | 1 - linux-arm-profile.txt | 5 ++++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index fbc1e1a..bbae1d9 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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 diff --git a/linux-arm-profile.txt b/linux-arm-profile.txt index 8a3169c..00057a9 100644 --- a/linux-arm-profile.txt +++ b/linux-arm-profile.txt @@ -4,4 +4,7 @@ arch=armv8 compiler=gcc compiler.version=12 compiler.libcxx=libstdc++11 -build_type=Release \ No newline at end of file +build_type=Release + +[conf] +tools.build:compiler_executables={"c": "/usr/bin/gcc-aarch64-linux-gnu"} \ No newline at end of file