Skip to content

Commit 074d83e

Browse files
dmakarovLucasSte
authored andcommitted
[SOL] Update references to solana-labs redirecting them to anza-xyz
1 parent d246597 commit 074d83e

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -92,4 +92,4 @@ opt-level = 3
9292
codegen-units = 1
9393
# FIXME: LTO cannot be enabled for binaries in a workspace
9494
# <https://github.com/rust-lang/cargo/issues/9330>
95-
# lto = true
95+
# lto = true

README.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22

33
This fork of Rust contains changes that enable rustc to build BPF
44
modules. It depends on a customized
5-
[fork](https://github.com/solana-labs/llvm-project) of Rust's LLVM
5+
[fork](https://github.com/anza-xyz/llvm-project) of Rust's LLVM
66
fork.
77

8-
Solana SDK does not depend directly on this repo. Instead [bpf-tools]
8+
Solana SDK does not depend directly on this repo. Instead [platform-tools]
99
builds and releases binary packages that the Solana SDK pulls in.
1010

11-
[bpf-tools]: https://github.com/solana-labs/bpf-tools
11+
[platform-tools]: https://github.com/anza-xyz/platform-tools
1212

1313
BPF modules are built using target triple `bpfel-unknown-unknown`
1414
which represents the little endian version of BPF. There is no
@@ -40,8 +40,8 @@ After this repository is tagged for a new release, update the
4040
version of the rust repository and make a new release tag in
4141
[bpf-tools] repository.
4242

43-
[compiler-builtins]: https://github.com/solana-labs/compiler-builtins
44-
[llvm-project]: https://github.com/solana-labs/llvm-project
43+
[compiler-builtins]: https://github.com/anza-xyz/compiler-builtins
44+
[llvm-project]: https://github.com/anza-xyz/llvm-project
4545

4646
---
4747

src/ci/docker/host-x86_64/sbf-solana-solana/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ ENV RUSTUP_INIT_SKIP_PATH_CHECK="yes"
2222
RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
2323

2424
RUN PATH="${HOME}/.cargo/bin:${PATH}" \
25-
cargo install --git https://github.com/solana-labs/cargo-run-solana-tests.git \
25+
cargo install --git https://github.com/anza-xyz/cargo-run-solana-tests.git \
2626
--rev f7c1d109367c0ab4167d2eb41712777bcc66c9a4 \
2727
--bin cargo-run-solana-tests --root /usr/local
2828

src/tools/tidy/src/extdeps.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ const ALLOWED_SOURCES: &[&str] = &[
88
r#""registry+https://github.com/rust-lang/crates.io-index""#,
99
// This is `rust_team_data` used by `site` in src/tools/rustc-perf,
1010
r#""git+https://github.com/rust-lang/team#a5260e76d3aa894c64c56e6ddc8545b9a98043ec""#,
11-
"\"git+https://github.com/solana-labs/compiler-builtins?tag=solana-tools-v1.40#81ef46f3fe1357095acdd089a700890fe4e13974\""
11+
"\"git+https://github.com/anza-xyz/compiler-builtins?tag=solana-tools-v1.40#81ef46f3fe1357095acdd089a700890fe4e13974\""
1212
];
1313

1414
/// Checks for external package sources. `root` is the path to the directory that contains the

0 commit comments

Comments
 (0)