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

fix broken pyyaml dep, update shared commit hash to corresponding sanitized one #7

Merged
merged 3 commits into from
Jul 18, 2023

Conversation

matt-codecov
Copy link
Contributor

cython 3.0 breaks pyyaml. the impending breakage was reported based on alpha Cython versions more than a year ago but it survived to the official release of cython 3.0. i take that as a signal that we shouldn't wait on a clean upstream resolution

it appears the Dockerfile.requirements will take effect in developer workflows and CI. if there are other build procedures this doesn't fix, let me know

the other reason builds fail is because we sanitized the git history of shared and the hash we were pointing at was erased. this PR replaces the hash with the corresponding hash from the sanitized history, which was the merge commit for #388 (pre-purge).

Legal Boilerplate

Look, I get it. The entity doing business as "Sentry" was incorporated in the State of Delaware in 2015 as Functional Software, Inc. In 2022 this entity acquired Codecov and as result Sentry is going to need some rights from me in order to utilize my contributions in this PR. So here's the deal: I retain all rights, title and interest in and to my contributions, and by keeping this boilerplate intact I confirm that Sentry can use, modify, copy, and redistribute my contributions, under Sentry's choice of terms.

@codecov
Copy link

codecov bot commented Jul 18, 2023

Codecov Report

❗ No coverage uploaded for pull request base (main@e7b118a). Click here to learn what that means.
The diff coverage is n/a.

@@          Coverage Diff           @@
##             main      #7   +/-   ##
======================================
  Coverage        ?   95.21           
======================================
  Files           ?     552           
  Lines           ?   13916           
  Branches        ?       0           
======================================
  Hits            ?   13250           
  Misses          ?     666           
  Partials        ?       0           
Flag Coverage Δ
unit 95.21% <ø> (?)
unit-latest-uploader 95.21% <ø> (?)

Flags with carried forward coverage won't be shown. Click here to find out more.

@matt-codecov matt-codecov merged commit 9cffefd into main Jul 18, 2023
8 checks passed
@trent-codecov trent-codecov deleted the matt/fix-docker-build branch November 29, 2023 16: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

2 participants