-
Notifications
You must be signed in to change notification settings - Fork 25
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
Change slightly #106
base: develop
Are you sure you want to change the base?
Change slightly #106
Conversation
yutaro-sakamoto
commented
Oct 4, 2023
- Remove define.h
- Fix CI
- Change README
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I highly suggest to not get back to require the user to run autogen.sh and have the necessary tools installed.
Apart from the README* changes this looks good to me.
@@ -87,12 +87,14 @@ An earlier version (PostgreSQL 9) might be: | |||
|
|||
Then run: | |||
|
|||
./autogen.sh |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This would mean to suggest users to recreate everything - this really should only be done when checking out from version control, while "normal users" should be provided a distribution tarball where this isn't necessary.
Note: the distribution tarball can (and should) be made available in the CI runner as artifact, too.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
dropping that unused file is definitely good