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

[INFRA] Add gcc12 Linux CI #2979

Merged
merged 4 commits into from
May 18, 2022
Merged

[INFRA] Add gcc12 Linux CI #2979

merged 4 commits into from
May 18, 2022

Conversation

eseiler
Copy link
Member

@eseiler eseiler commented May 13, 2022

Not yet available for homebrew (macOS)

It was just packaged for Ubuntu 22.04

@vercel
Copy link

vercel bot commented May 13, 2022

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated
seqan3 ✅ Ready (Inspect) Visit Preview May 17, 2022 at 2:49PM (UTC)

Copy link
Contributor

@SGSSGene SGSSGene left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes!

@codecov
Copy link

codecov bot commented May 13, 2022

Codecov Report

Merging #2979 (030faeb) into master (369ae97) will decrease coverage by 0.00%.
The diff coverage is 33.33%.

@@            Coverage Diff             @@
##           master    #2979      +/-   ##
==========================================
- Coverage   98.19%   98.18%   -0.01%     
==========================================
  Files         268      269       +1     
  Lines       11525    11526       +1     
==========================================
  Hits        11317    11317              
- Misses        208      209       +1     
Impacted Files Coverage Δ
...lude/seqan3/argument_parser/detail/format_base.hpp 91.61% <0.00%> (ø)
include/seqan3/utility/container/small_vector.hpp 99.33% <ø> (ø)
...ude/seqan3/argument_parser/detail/format_parse.hpp 96.53% <100.00%> (ø)
...matrix/detail/advanceable_alignment_coordinate.hpp 95.83% <0.00%> (-4.17%) ⬇️
include/seqan3/io/structure_file/detail.hpp 82.60% <0.00%> (-3.76%) ⬇️
include/seqan3/io/sam_file/format_sam.hpp 95.56% <0.00%> (-0.33%) ⬇️
include/seqan3/io/sam_file/output.hpp 100.00% <0.00%> (ø)
include/seqan3/search/views/kmer_hash.hpp 100.00% <0.00%> (ø)
test/include/seqan3/test/expect_same_type.hpp 100.00% <0.00%> (ø)
include/seqan3/core/detail/copyable_wrapper.hpp 100.00% <0.00%> (ø)
... and 8 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 369ae97...030faeb. Read the comment docs.

Copy link
Member

@smehringer smehringer left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM but why did you need to update the sdsl?

@eseiler
Copy link
Member Author

eseiler commented May 13, 2022

LGTM but why did you need to update the sdsl?

I needed to fix a bogus warning, same with the search unit test. The bogus stuff seems to never happen on the nightly server (which is of powerpc arch).

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105545

Fixes bogus pointer used after free warning/error
@eseiler
Copy link
Member Author

eseiler commented May 17, 2022

@SGSSGene @smehringer ping

Copy link
Member

@smehringer smehringer left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@eseiler eseiler merged commit cf17b81 into seqan:master May 18, 2022
@eseiler eseiler deleted the infra/gcc12linuxCI branch May 18, 2022 12:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants