-
Notifications
You must be signed in to change notification settings - Fork 130
Fix ci #341
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 ci #341
Conversation
CentOS seems definitely dead! @sylvestre : kill? Or try to replace it with RedHat https://faun.pub/how-to-build-rhel-based-docker-images-on-redhat-enterprise-linux-def012f84890? |
yeah, red hat sounds great |
basic redhat podman test: https://access.redhat.com/solutions/3696691 |
Are Github actions broken? Commits are not seen on opencollab?!... What's going on? Any help/clue is appreciated here |
Brilliant?!... |
On PR, commit is stuck at master: PR'ed code is not tested... |
OK, so, seems that So I'll cut this PR in 2 parts : |
Now #343 is merged... Maybe this PR will test the code modified by this PR?!... Rebasing on master... |
@sylvestre : #343 didn't help. Do you know how to fix this? |
Check commit is OK
But still does not run |
redhat still fails?!... The check commit stage points out the correct commit from the correct repo/branch (the PR' ones), but, the job is the one from master?! @sylvestre : ring a bell? |
@sylvestre: PR does not run code from PR'ed branch but the one from master?! PR changes are not tested?! |
Same problem: PR is not tested, ea1dfe7 (master) is ran, not b5c02b0 (PR). No solution. any help is welcome @sylvestre ? |
@sylvestre: my understanding (I may be wrong) is that we must drop all docker/podman (redhat) jobs, switch back to
Not sure to know how to get out of this mess... Switching back to https://securitylab.github.com/research/github-actions-preventing-pwn-requests/ |
not sure what you mean?! |
Less and less time for that... As is jobs does not work: #341 (comment) Only solution I see:
This means getting back to CI when done on TravisCI with only distro offered by Travis. Sounds to me like the only way. Not sure if there is a better way @sylvestre: OK ? |
sounds good!
|
OK. If you're OK, I'll try to fix the workflow this way when possible (not much time for now). |
looks like PR code is not checked out ?!... travis_redhat is not ran : dummmy podman test (from master) is ran instead ?!.
@sylvestre : drop coverage? Never works with github-actions (but did with TravisCI) Mac with cmake KO: not mac-based, can somebody help? @prj-: any clue?
|
Where is |
No idea! On github-actions boxes, seems that gcc can not be installed (pkg conflicts): gfortran is used for fortran and clang for C/C++ arpack-ng/.github/workflows/jobs.yml Line 204 in 8d62927
I know! Not mac-based and not so familiar with it. This is why I tried f36b044. If you have any clue, would be nice :) |
@sylvestre: are you OK with 0ba37a7? |
OK, my understanding is that problems have been passed for C/C++ with gfortran/clang, but, we hit now same problems for MPI (parpack).
|
Pull request purpose
fixing CI that seems broken again... help would be appreciated here...
Top priority PR: no CI (arms), no merge (chocolate)...