forked from gcc-mirror/gcc
-
Notifications
You must be signed in to change notification settings - Fork 0
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
Merge from my me/CI
branch
#4
Merged
talregev
merged 29 commits into
talregev:TalR/gcc_ci_cooljeanius
from
cooljeanius:me/CI
Oct 19, 2023
Merged
Merge from my me/CI
branch
#4
talregev
merged 29 commits into
talregev:TalR/gcc_ci_cooljeanius
from
cooljeanius:me/CI
Oct 19, 2023
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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
talregev
force-pushed
the
TalR/gcc_ci_cooljeanius
branch
from
October 19, 2023 02:51
1e27cd0
to
59d859a
Compare
I update to the latest gcc and now you have conflicts. |
OK I think I fixed it |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
The replacement for my previous PR #3. This should be just the
linux.yaml
changes; all the extraneous commits it's showing are just because you haven't updated your base branch recently, and they should go away if you do so.