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

Fix CodeQL #144

Closed
Tracked by #148
fangfufu opened this issue May 11, 2024 · 8 comments
Closed
Tracked by #148

Fix CodeQL #144

fangfufu opened this issue May 11, 2024 · 8 comments
Labels
enhancement New feature or request

Comments

@fangfufu
Copy link
Owner

CodeQL is reporting these errors:

  ./configure: line 3493: syntax error near unexpected token `-Wunused-command-line-argument,NUCLA=-Wno-unused-command-line-argument,-Werror'
  ./configure: line 3493: `AX_CHECK_COMPILE_FLAG(-Wunused-command-line-argument,NUCLA=-Wno-unused-command-line-argument,-Werror)'
  make: *** [Makefile:364: config.status] Error 2

I have no idea what might be causing this. The failure seems to be intermittent too.

@fangfufu fangfufu added the enhancement New feature or request label May 11, 2024
@fangfufu
Copy link
Owner Author

@jikamens , I don't know if you fancy having a look at this.

@fangfufu
Copy link
Owner Author

Update: To facilitate the investigation, I have installed a kubuntu virtual machine - I think the GitHub runners are on Ubuntu.

@fangfufu fangfufu mentioned this issue May 11, 2024
9 tasks
@jikamens
Copy link
Collaborator

I can't reproduce this locally. Can you link to an action run that had this problem so I can look at the run log and see if I can learn anything from it?

@fangfufu
Copy link
Owner Author

@jikamens
Copy link
Collaborator

Will look as time permits, not sure when that will be.

@fangfufu
Copy link
Owner Author

No worries. It might be GitHub infrastructure problem.

@jikamens
Copy link
Collaborator

jikamens commented Jun 1, 2024

This is probably the same issue as #153. If you add autoconf-archive to the dependencies for the CodeQL job it should fix it.

fangfufu added a commit that referenced this issue Jun 4, 2024
Attempting to fix CodeQL, as per #144
@fangfufu
Copy link
Owner Author

fangfufu commented Jun 4, 2024

Thanks. I think this is fixed.

@fangfufu fangfufu closed this as completed Jun 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants