Skip to content

Conversation

@wusatosi
Copy link
Member

@wusatosi wusatosi commented May 8, 2025

Uses newly introduced testing container (https://github.com/bemanproject/infra/pull/11) to simplify CI.

@wusatosi wusatosi requested a review from a team May 8, 2025 20:57
@wusatosi wusatosi self-assigned this May 8, 2025
Comment on lines 68 to 71
# If Clang 17, install a newer version of libc++ and libc++abi.
[[ ${CLANG_VERSION} = 17 ]] && sudo apt-get install libc++-dev libc++1 libc++abi-dev libc++abi1
find /usr/lib/x86_64-linux-gnu/ -name libc++.so* || true
clang++-${CLANG_VERSION} --version
Copy link
Member Author

Choose a reason for hiding this comment

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

What is the rational for special treatment for clang 17?

Are we only supporting clang 17 with an updated libc++ install?

@steve-downey @neatudarius

@wusatosi
Copy link
Member Author

wusatosi commented May 8, 2025

I have no idea why I broke coverage....

@wusatosi wusatosi force-pushed the testing-container branch from 6074804 to 613817c Compare May 10, 2025 21:28
@coveralls
Copy link

coveralls commented May 10, 2025

Pull Request Test Coverage Report for Build 15086987988

Details

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 96.82%

Totals Coverage Status
Change from base Build 15085411364: 0.0%
Covered Lines: 274
Relevant Lines: 283

💛 - Coveralls

Copy link
Member

@JeffGarland JeffGarland left a comment

Choose a reason for hiding this comment

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

LGTM - approving

@wusatosi wusatosi merged commit 49c6b38 into main May 18, 2025
22 checks passed
@wusatosi wusatosi deleted the testing-container branch May 18, 2025 00:39
Copy link
Member

@neatudarius neatudarius left a comment

Choose a reason for hiding this comment

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

LGTM

Copy link

@A-QUI15 A-QUI15 left a comment

Choose a reason for hiding this comment

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

cambios solicitados

@A-QUI15
Copy link

A-QUI15 commented Jun 1, 2025

#111 🌟

@wusatosi
Copy link
Member Author

wusatosi commented Jun 1, 2025

#111 🌟

Huh?

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.

6 participants