From e3aec073bdc39789e7eb9f69dc9666e6786f0184 Mon Sep 17 00:00:00 2001 From: howetuft Date: Sat, 4 Jan 2025 21:02:06 +0100 Subject: [PATCH] Tweak .gitignore for act --- .github/workflows/wheels.yml | 2 +- .gitignore | 6 ++++++ conan-profiles/conan-profile-common | 1 + 3 files changed, 8 insertions(+), 1 deletion(-) diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml index cabf5545..aa79ae50 100644 --- a/.github/workflows/wheels.yml +++ b/.github/workflows/wheels.yml @@ -100,7 +100,7 @@ jobs: if: runner.os == 'Linux' shell: bash run: | - apt-get update -y + sudo apt-get update -y - name: ccache uses: hendrikmuhs/ccache-action@v1.2 diff --git a/.gitignore b/.gitignore index 82f92755..bb8bb736 100644 --- a/.gitignore +++ b/.gitignore @@ -6,6 +6,12 @@ __pycache__/ # C extensions *.so +# ccache +.ccache/ + +# conan-cache content +conan-cache/* + # Distribution / packaging .Python build/ diff --git a/conan-profiles/conan-profile-common b/conan-profiles/conan-profile-common index e0c1f663..46d284e9 100644 --- a/conan-profiles/conan-profile-common +++ b/conan-profiles/conan-profile-common @@ -17,6 +17,7 @@ yasm/* [options] oidn/*:shared=True embree3/*:with_tbb=False + # boost/*:without_atomic=True boost/*:without_charconv=True # boost/*:without_chrono=True