Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PHPLIB-2284: Force regeneration of arginfo files in workflow #1464

Merged
merged 1 commit into from
Sep 8, 2023

Conversation

alcaeus
Copy link
Member

@alcaeus alcaeus commented Sep 6, 2023

PHPLIB-2284

With this change, arginfo files will be regenerated using the latest version of the script. This helps identify changes to arginfo files as a result of the generation script changing, even when the underlying stub file hasn't changed.

@alcaeus alcaeus requested a review from jmikola September 6, 2023 08:21
@alcaeus alcaeus self-assigned this Sep 6, 2023
@alcaeus alcaeus force-pushed the phpc-2284-force-arginfo-regen branch from cc9044c to e6a0e62 Compare September 6, 2023 08:28
@@ -38,7 +38,7 @@ jobs:
run: phpize

- name: "Rebuild arginfo files from stubs"
run: "php ./build/gen_stub.php"
run: "php ./build/gen_stub.php --force-regeneration"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

image

@alcaeus alcaeus merged commit 69f422b into mongodb:master Sep 8, 2023
78 checks passed
@alcaeus alcaeus deleted the phpc-2284-force-arginfo-regen branch September 8, 2023 07:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants