File tree 4 files changed +8
-8
lines changed
ci/docker/host-x86_64/sbf-solana-solana
4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -92,4 +92,4 @@ opt-level = 3
92
92
codegen-units = 1
93
93
# FIXME: LTO cannot be enabled for binaries in a workspace
94
94
# <https://github.com/rust-lang/cargo/issues/9330>
95
- # lto = true
95
+ # lto = true
Original file line number Diff line number Diff line change 2
2
3
3
This fork of Rust contains changes that enable rustc to build BPF
4
4
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
6
6
fork.
7
7
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]
9
9
builds and releases binary packages that the Solana SDK pulls in.
10
10
11
- [ bpf -tools] : https://github.com/solana-labs/bpf -tools
11
+ [ platform -tools] : https://github.com/anza-xyz/platform -tools
12
12
13
13
BPF modules are built using target triple ` bpfel-unknown-unknown `
14
14
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
40
40
version of the rust repository and make a new release tag in
41
41
[ bpf-tools] repository.
42
42
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
45
45
46
46
---
47
47
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ ENV RUSTUP_INIT_SKIP_PATH_CHECK="yes"
22
22
RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
23
23
24
24
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 \
26
26
--rev f7c1d109367c0ab4167d2eb41712777bcc66c9a4 \
27
27
--bin cargo-run-solana-tests --root /usr/local
28
28
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ const ALLOWED_SOURCES: &[&str] = &[
8
8
r#""registry+https://github.com/rust-lang/crates.io-index""# ,
9
9
// This is `rust_team_data` used by `site` in src/tools/rustc-perf,
10
10
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\" "
12
12
] ;
13
13
14
14
/// 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