Skip to content

Commit

Permalink
Remove use of links so other binaries in the same workspace can use…
Browse files Browse the repository at this point in the history
… stock rayon-core
  • Loading branch information
Zoxc authored and cuviper committed Mar 24, 2023
1 parent fdd83ee commit f192a48
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 9 deletions.
1 change: 1 addition & 0 deletions .github/workflows/master.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,4 @@ jobs:
- run: cargo test --verbose --package rustc-rayon
- run: cargo test --verbose --package rustc-rayon-core
- run: ./ci/highlander.sh
if: github.repository != 'rust-lang/rustc-rayon'
1 change: 1 addition & 0 deletions .github/workflows/pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ jobs:
- run: cargo test --verbose --package rustc-rayon
- run: cargo test --verbose --package rustc-rayon-core
- run: ./ci/highlander.sh
if: github.repository != 'rust-lang/rustc-rayon'

fmt:
name: Format
Expand Down
2 changes: 0 additions & 2 deletions rayon-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@ repository = "https://github.com/rust-lang/rustc-rayon"
documentation = "https://docs.rs/rustc-rayon-core/"
rust-version = "1.59"
edition = "2021"
links = "rayon-core"
build = "build.rs"
readme = "README.md"
keywords = ["parallel", "thread", "concurrency", "join", "performance"]
categories = ["concurrency"]
Expand Down
7 changes: 0 additions & 7 deletions rayon-core/build.rs

This file was deleted.

0 comments on commit f192a48

Please sign in to comment.