-
Notifications
You must be signed in to change notification settings - Fork 4.4k
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
gcc ci continue by @cooljeanius #96
base: master
Are you sure you want to change the base?
Conversation
Add GitHub CI
try using bootstrap-lean instead of bootstrap
hopefully this goes quicker...
reorder
all right, never mind about tags...
trim down build a bit
I don't get why it needs to compile before building the docs...
docbuilding is annoying
more reordering
latest error was: "/usr/bin/x86_64-linux-gnu-ld: cannot find crti.o: No such file or directory"
last build timed out; let's see if we can fix that...
add mailutils dependency to see if that will let the mailing of the testresults work properly
`Mail` might be missing...
2 more mailer suggestions from @ArsenArsen
ok so I guess it isn't called just "exim" exactly
exim4-base says that postfix conflicts with it
2 more mail dependencies
tweak mailx dependency
remove msmtp-mta (conflicts with exim4-config)
try seeing if there are more ways to upload logfiles
"upload-artifact" doesn't allow relative paths, apparently
Merge from my `me/CI` branch
(To be clear I'm not submitting this myself because I am adhering to the norms against submitting PRs here; I only submitted one against the submitter's fork because that was a fork, and not this mirror) |
It's not just a "norm" to not submit here, it's completely pointless because nobody involved with the gcc project has any control of this repo and can't merge these pull requests anyway. |
I already send a patch to gcc for the ci and my PR. |
Yes, that's why I did 2b9778c. I didn't mean to diminish the pointlessness of submitting here by referring to the discouragement against doing so as a "norm", that was just the first word that came to mind. |
I wonder whether it's possible to add some github-actions to transform a PR on gcc-mirror to a mail to the GCC mailing list. |
That's what the |
There are no admins for this repo. My guess is GitHub set it up but they deny it! |
Also many of the pull requests are complete junk, like trying to merge all of trunk into the gcc-10 branch or similar nonsense. |
continue work of my linux ci by @cooljeanius
cooljeanius#2