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

[MRG] remove cibuildwheel action from PRs #2385

Merged
merged 1 commit into from
Dec 2, 2022
Merged

Conversation

ctb
Copy link
Contributor

@ctb ctb commented Dec 2, 2022

While testing #2384, I enabled cibuildwheel on PRs and then when I merged, I left it in by mistake. This removes it again!

@codecov
Copy link

codecov bot commented Dec 2, 2022

Codecov Report

Merging #2385 (99af238) into latest (fa46307) will increase coverage by 8.11%.
The diff coverage is n/a.

@@            Coverage Diff             @@
##           latest    #2385      +/-   ##
==========================================
+ Coverage   84.08%   92.19%   +8.11%     
==========================================
  Files         130      101      -29     
  Lines       15070    11522    -3548     
  Branches     2212     2212              
==========================================
- Hits        12671    10623    -2048     
+ Misses       2103      603    -1500     
  Partials      296      296              
Flag Coverage Δ
python 92.19% <ø> (ø)
rust ?

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

Impacted Files Coverage Δ
src/core/src/sketch/hyperloglog/estimators.rs
src/core/src/index/search.rs
src/core/src/encodings.rs
src/core/src/index/sbt/mod.rs
src/core/src/index/mod.rs
src/core/src/ffi/nodegraph.rs
src/core/src/index/linear.rs
src/core/src/signature.rs
src/core/src/ffi/utils.rs
src/core/src/ffi/mod.rs
... and 19 more

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@ctb ctb marked this pull request as ready for review December 2, 2022 13:23
@ctb ctb changed the title [WIP] remove cibuildwheel action from PRs [MRG] remove cibuildwheel action from PRs Dec 2, 2022
@ctb ctb merged commit 281ad98 into latest Dec 2, 2022
@ctb ctb deleted the update/cibuildwheel_action branch December 2, 2022 13:24
ctb added a commit that referenced this pull request Dec 2, 2022
This PR continues the cibuildwheel exploration that started with a fix
for building the wheels
(#2384 and #2385).

The saga continues like so:

When building the release candidates, we don't get "clean" rcN wheels. I
think this is because when I run `cargo update` in the cibuildwheel
action it's actually updating the Rust packages and we're getting a
version bump from that. Yay? (See screenshot of releases page with 'dev'
yada in wheel names.)

<img width="1025" alt="Screen Shot 2022-12-02 at 7 15 52 AM"
src="https://user-images.githubusercontent.com/51016/205325234-9ec0c6c2-7cbc-42c7-9727-fd700ef59320.png">

This PR changes `cargo update` to `cargo update --dry-run` which should
update the crates.io index without actually changing `Cargo.lock` and
pushing a version bump.

We Shall See!
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.

1 participant