Skip to content

Commit 5c7228a

Browse files
authored
chore(build): remove unused build-dist* files (#13281)
## Checklist - [x] PR author has checked that all the criteria below are met - The PR description includes an overview of the change - The PR description articulates the motivation for the change - The change includes tests OR the PR description describes a testing strategy - The PR description notes risks associated with the change, if any - Newly-added code is easy to change - The change follows the [library release note guidelines](https://ddtrace.readthedocs.io/en/stable/releasenotes.html) - The change includes or references documentation updates if necessary - Backport labels are set (if [applicable](https://ddtrace.readthedocs.io/en/latest/contributing.html#backporting)) ## Reviewer Checklist - [ ] Reviewer has checked that all the criteria below are met - Title is accurate - All changes are related to the pull request's stated goal - Avoids breaking [API](https://ddtrace.readthedocs.io/en/stable/versioning.html#interfaces) changes - Testing strategy adequately addresses listed risks - Newly-added code is easy to change - Release note makes sense to a user of the library - If necessary, author has acknowledged and discussed the performance implications of this PR as reported in the benchmarks PR comment - Backport labels are set in a manner that is consistent with the [release branch maintenance policy](https://ddtrace.readthedocs.io/en/latest/contributing.html#backporting)
1 parent 6354fb6 commit 5c7228a

File tree

4 files changed

+1
-174
lines changed

4 files changed

+1
-174
lines changed

scripts/build-dist

-54
This file was deleted.

scripts/build-dist-cp27

-55
This file was deleted.

scripts/gen_gitlab_config.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ def check(name: str, command: str, paths: t.Set[str]) -> None:
198198
check(
199199
name="Run scripts/*.py tests",
200200
command="hatch run scripts:test",
201-
paths={"docker*", "scripts/*.py", "scripts/mkwheelhouse", "scripts/run-test-suite", "**suitespec.yml"},
201+
paths={"docker*", "scripts/*.py", "scripts/run-test-suite", "**suitespec.yml"},
202202
)
203203
check(
204204
name="Check suitespec coverage",

scripts/mkwheelhouse

-64
This file was deleted.

0 commit comments

Comments
 (0)