-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
bumps swift version to make swiftNIO build possible #12990
Conversation
Adds a light version of FI that should work on all projects. This will only be used if the existing FI does not work, e.g. due to failures around LTO. Also starts using the CLI version of fuzz-introspector as opposed to calling `main.py`. --------- Signed-off-by: David Korczynski <[email protected]>
I have renamed my branch to address the issue you have mentioned for my pull request. Hopefully it can be merged :) |
Looks like your PR is closed now, you might have to open a new PR to have it reference the new branch. |
Well in that case let's just keep this PR alive |
/gcbrun trial_build.py swift |
Is this safe to be landed? |
@jonathanmetzman can this be merged now? |
Sorry why is this updating introspector related stuff? |
Ah didn't realize it was a merge issue. |
@jonathanmetzman @DonggeLiu @TobiasWienand - Looks like all the tests passed here, but I'm seeing actually builds failing now that the this is merged - https://oss-fuzz-build-logs.storage.googleapis.com/log-88826beb-a6e3-4720-afd9-6511616586ef.txt Anyone know if other Swift projects are working or not? |
This is caused by an unrelated coverage/corpus issue. |
Anything I should track for that? I saw an issue opened against SwiftProtobuf about it not building in overage for 3 days. |
Fixes issue #12882
This is #12883, but on a differently named branch to hopefully get it to pass CI.