Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit ec5290f

Browse filesBrowse files
committed
build: do not include custom ESLint rules testing in tarball
PR-URL: #59809 Reviewed-By: Richard Lau <richard.lau@ibm.com> Reviewed-By: Tierney Cyren <hello@bnb.im> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
1 parent 6021c3a commit ec5290f
Copy full SHA for ec5290f

File tree

Expand file treeCollapse file tree

2 files changed

+1
-10
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

2 files changed

+1
-10
lines changed
Open diff view settings
Collapse file

‎.github/workflows/build-tarball.yml‎

Copy file name to clipboardExpand all lines: .github/workflows/build-tarball.yml
-10Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -94,15 +94,5 @@ jobs:
9494
echo "TAR_DIR=$RUNNER_TEMP/$(basename tarballs/*.tar.gz .tar.gz)" >> "$GITHUB_ENV"
9595
- name: Build
9696
run: make -C "$TAR_DIR" build-ci -j4 V=1
97-
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
98-
with:
99-
persist-credentials: false
100-
sparse-checkout: |
101-
tools/eslint
102-
tools/eslint-rules
103-
- name: Move directories needed for testing
104-
run: |
105-
mv tools/eslint "$TAR_DIR/tools"
106-
mv tools/eslint-rules "$TAR_DIR/tools"
10797
- name: Test
10898
run: make -C "$TAR_DIR" run-ci -j4 V=1 TEST_CI_ARGS="-p dots --measure-flakiness 9"
Collapse file

‎Makefile‎

Copy file name to clipboardExpand all lines: Makefile
+1Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1247,6 +1247,7 @@ $(TARBALL): release-only doc-only
12471247
$(RM) -r $(TARNAME)/tools/cpplint.py
12481248
$(RM) -r $(TARNAME)/tools/eslint
12491249
$(RM) -r $(TARNAME)/tools/eslint-rules
1250+
$(RM) -r $(TARNAME)/test/parallel/test-eslint-*
12501251
$(RM) -r $(TARNAME)/tools/license-builder.sh
12511252
$(RM) -r $(TARNAME)/tools/eslint/node_modules
12521253
$(RM) -r $(TARNAME)/tools/osx-*

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.