-
Notifications
You must be signed in to change notification settings - Fork 166
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
iojs+release doesn't call configure with --verbose, so compiler versions not reported #2281
Comments
I don’t have visibility of the jobs but it’s possible they do not call configure directly. The Makefile target that builds the tarballs calls configure: https://github.com/nodejs/node/blob/dccdc51788bd5337f9fd80441ef52932383a2441/Makefile#L1163-L1172 |
They all do |
Yes, 10.x supports the |
|
OK, I noticed this while looking at an AIX build to confirm that CONFIG_FLAGS was empty:
I think its because the AIX jobs have |
It looks like adding |
ci-release build was green, but will leave open as a reminder of #2281 (comment) |
Single square bracket should be okay but needs a space between the opening square bracket and the double quote. |
OK, added single space. |
The job does call
gcc --version
, but that's not guaranteed to be the compiler that is configured, AFAICT.--verbose should be added to the configure flags.
I'll look at this. It quite possibly affects other jobs that are calling configure, so I'll do a dredge through the job XML to find the locations that need changing.
See: nodejs/node#32715
The text was updated successfully, but these errors were encountered: