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 @@ -191,7 +191,7 @@ jobs:
191
191
ARTIFACTS_AWS_ACCESS_KEY_ID : AKIA46X5W6CZN24CBO55
192
192
AWS_REGION : us-west-1
193
193
CACHE_DOMAIN : ci-caches.rust-lang.org
194
- if : " github.event_name == 'push' && startsWith(github.ref, 'refs/heads/solana -') && github.repository == 'solana-labs /rust'"
194
+ if : " github.event_name == 'push' && startsWith(github.ref, 'refs/heads/anza -') && github.repository == 'anza-xyz /rust'"
195
195
strategy :
196
196
matrix :
197
197
include :
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