Skip to content

Commit ae47816

Browse files
committed
rm generator script
1 parent 993480b commit ae47816

File tree

3 files changed

+3
-211
lines changed

3 files changed

+3
-211
lines changed

.github/actions/verify-generated-files/action.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,4 @@ runs:
1313
ext/tokenizer/tokenizer_data_gen.php
1414
build/gen_stub.php -f --generate-optimizer-info --verify
1515
ext/phar/makestub.php
16-
.github/scripts/download-bundled/make-workflow-file.php
1716
.github/scripts/test-directory-unchanged.sh .

.github/scripts/download-bundled/make-workflow-file.php

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

.github/workflows/verify-bundled-files.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
.github/scripts/download-bundled/boost-context.sh
4848
echo "::endgroup::"
4949
echo "::group::Verify files"
50-
.github/scripts/test-directory-unchanged.sh 'Zend/asm'
50+
.github/scripts/test-directory-unchanged.sh Zend/asm
5151
echo "::endgroup::"
5252
- name: PCRE2
5353
if: ${{ !cancelled() && (steps.changes.outputs.pcre2 == 'true' || github.event_name == 'schedule' || github.event_name == 'workflow_dispatch') }}
@@ -56,7 +56,7 @@ jobs:
5656
.github/scripts/download-bundled/pcre2.sh
5757
echo "::endgroup::"
5858
echo "::group::Verify files"
59-
.github/scripts/test-directory-unchanged.sh 'ext/pcre/pcre2lib'
59+
.github/scripts/test-directory-unchanged.sh ext/pcre/pcre2lib
6060
echo "::endgroup::"
6161
- name: uriparser
6262
if: ${{ !cancelled() && (steps.changes.outputs.uriparser == 'true' || github.event_name == 'schedule' || github.event_name == 'workflow_dispatch') }}
@@ -65,5 +65,5 @@ jobs:
6565
.github/scripts/download-bundled/uriparser.sh
6666
echo "::endgroup::"
6767
echo "::group::Verify files"
68-
.github/scripts/test-directory-unchanged.sh 'ext/uri/uriparser'
68+
.github/scripts/test-directory-unchanged.sh ext/uri/uriparser
6969
echo "::endgroup::"

0 commit comments

Comments
 (0)