Skip to content

Commit f192a48

Browse files
Zoxccuviper
authored andcommitted
Remove use of links so other binaries in the same workspace can use stock rayon-core
1 parent fdd83ee commit f192a48

File tree

4 files changed

+2
-9
lines changed

4 files changed

+2
-9
lines changed

.github/workflows/master.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,4 @@ jobs:
2222
- run: cargo test --verbose --package rustc-rayon
2323
- run: cargo test --verbose --package rustc-rayon-core
2424
- run: ./ci/highlander.sh
25+
if: github.repository != 'rust-lang/rustc-rayon'

.github/workflows/pr.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ jobs:
2727
- run: cargo test --verbose --package rustc-rayon
2828
- run: cargo test --verbose --package rustc-rayon-core
2929
- run: ./ci/highlander.sh
30+
if: github.repository != 'rust-lang/rustc-rayon'
3031

3132
fmt:
3233
name: Format

rayon-core/Cargo.toml

-2
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@ repository = "https://github.com/rust-lang/rustc-rayon"
99
documentation = "https://docs.rs/rustc-rayon-core/"
1010
rust-version = "1.59"
1111
edition = "2021"
12-
links = "rayon-core"
13-
build = "build.rs"
1412
readme = "README.md"
1513
keywords = ["parallel", "thread", "concurrency", "join", "performance"]
1614
categories = ["concurrency"]

rayon-core/build.rs

-7
This file was deleted.

0 commit comments

Comments
 (0)