File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed
ci/docker/host-x86_64/sbf-solana-solana Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -92,4 +92,4 @@ opt-level = 3
9292codegen-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
Original file line number Diff line number Diff line change 22
33This fork of Rust contains changes that enable rustc to build BPF
44modules. 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
66fork.
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]
99builds 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
1313BPF modules are built using target triple ` bpfel-unknown-unknown `
1414which 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
4040version 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
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ ENV RUSTUP_INIT_SKIP_PATH_CHECK="yes"
2222RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
2323
2424RUN 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments