Skip to content

Commit f100315

Browse files
committed
fix(ci): zgf — purge committed cpp/build artifacts; ignore build/
Unblocks PR #30 cpp/go/python/rust binding tests which were failing on stale CMakeCache.txt with absolute path /Users/playra/trinity-w1/... vs Linux runner /home/runner/work/... The zig binding already passes (mlugg/setup-zig fix verified), this removes the dirty-tree blocker for the remaining 4 language jobs. Also adds **/build/, *.o/.a/.so/.dylib, CMakeCache.txt, CMakeFiles/ to .gitignore to prevent recurrence.
1 parent 1a93291 commit f100315

3 files changed

Lines changed: 11 additions & 61 deletions

File tree

.gitignore

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,14 @@ zig/
44
rust/target/
55
rust/*.rs
66
rust/test_nan
7+
8+
# Build artifacts
9+
cpp/build/
10+
**/build/
11+
*.o
12+
*.a
13+
*.so
14+
*.dylib
15+
CMakeCache.txt
16+
CMakeFiles/
17+

cpp/build/CMakeCache.txt

Lines changed: 0 additions & 60 deletions
This file was deleted.

cpp/build/CMakeFiles/cmake.check_cache

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)