Skip to content

Commit 45604c2

Browse files
authored
chore: remove legacy build_tools directory (#246)
1 parent 9281b0b commit 45604c2

13 files changed

Lines changed: 2 additions & 304 deletions

File tree

.claude/CLAUDE.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,6 @@ src/hyperscan/
178178
179179
tests/ # pytest test suite
180180
examples/ # Usage examples & benchmarks
181-
build_tools/ # Cross-platform build scripts
182181
cmake/ # CMake configuration
183182
```
184183

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ jobs:
148148
fi
149149
150150
RESULT=1
151-
echo "$CHANGED_FILES" | grep -q -E '^(src/hyperscan/|README.md|CMakeLists.txt|pyproject.toml|MANIFEST.in|cmake/|build_tools/)' || RESULT=$?
151+
echo "$CHANGED_FILES" | grep -q -E '^(src/hyperscan/|README.md|CMakeLists.txt|pyproject.toml|MANIFEST.in|cmake/)' || RESULT=$?
152152
153153
if [[ "$RESULT" -eq 0 ]]; then
154154
echo "should_build=true" >> "$GITHUB_OUTPUT"

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
echo "${CHANGED_FILES}"
3939
4040
CHANGES=0
41-
echo "${CHANGED_FILES}" | grep -c -E '^(src/hyperscan/|README.md|CMakeLists.txt|pyproject.toml|MANIFEST.in|cmake/|build_tools/)' || CHANGES=$?
41+
echo "${CHANGED_FILES}" | grep -c -E '^(src/hyperscan/|README.md|CMakeLists.txt|pyproject.toml|MANIFEST.in|cmake/)' || CHANGES=$?
4242
4343
if [[ "$CHANGES" -gt 0 ]]; then
4444
# The last commit already triggered a build, no need to force

.gitignore

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ parts/
2929
sdist/
3030
var/
3131
wheels/
32-
!build_tools/wheels
3332
share/python-wheels/
3433
*.egg-info/
3534
.installed.cfg
@@ -171,9 +170,4 @@ cython_debug/
171170
# option (not recommended) you can uncomment the following to ignore the entire idea folder.
172171
#.idea/
173172

174-
# Windows build artifacts that should not be version controlled.
175-
/build_tools/windows/*.zip
176-
/build_tools/windows/*.tar.*
177-
/build_tools/windows/hyperscan
178-
179173
github_ci_*

CLAUDE.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,6 @@ src/hyperscan/
7474
7575
tests/ # pytest test suite
7676
examples/ # Usage examples & benchmarks
77-
build_tools/ # Cross-platform build scripts
7877
cmake/ # CMake configuration
7978
```
8079

build_tools/macos/build_hyperscan.sh

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

build_tools/wheels/before_test.sh

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

build_tools/wheels/build_wheels.sh

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

build_tools/wheels/test_wheels.sh

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

build_tools/windows/Dockerfile

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

0 commit comments

Comments
 (0)