File tree 7 files changed +12
-13
lines changed
docker/host-x86_64/sbf-solana-solana
7 files changed +12
-13
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 @@ -739,9 +739,8 @@ checksum = "55b672471b4e9f9e95499ea597ff64941a309b2cdbffcc46f2cc5e2d971fd335"
739
739
740
740
[[package ]]
741
741
name = " compiler_builtins"
742
- version = " 0.1.109"
743
- source = " registry+https://github.com/rust-lang/crates.io-index"
744
- checksum = " f11973008a8cf741fe6d22f339eba21fd0ca81e2760a769ba8243ed6c21edd7e"
742
+ version = " 0.1.103"
743
+ source = " git+https://github.com/anza-xyz/compiler-builtins?tag=solana-tools-v1.40#81ef46f3fe1357095acdd089a700890fe4e13974"
745
744
dependencies = [
746
745
" cc" ,
747
746
" rustc-std-workspace-core" ,
Original file line number Diff line number Diff line change @@ -107,7 +107,7 @@ debug = 0
107
107
strip = true
108
108
109
109
[patch .crates-io ]
110
- compiler_builtins = { git = " https://github.com/solana-labs /compiler-builtins" , tag = " solana-tools-v1.40" }
110
+ compiler_builtins = { git = " https://github.com/anza-xyz /compiler-builtins" , tag = " solana-tools-v1.40" }
111
111
# See comments in `library/rustc-std-workspace-core/README.md` for what's going on
112
112
# here
113
113
rustc-std-workspace-core = { path = ' library/rustc-std-workspace-core' }
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 @@ -386,7 +386,7 @@ jobs:
386
386
name : push
387
387
env :
388
388
<< : [*shared-ci-variables, *prod-variables]
389
- if : github.event_name == 'push' && startsWith(github.ref, 'refs/heads/solana -') && github.repository == 'solana-labs /rust'
389
+ if : github.event_name == 'push' && startsWith(github.ref, 'refs/heads/anza -') && github.repository == 'anza-xyz /rust'
390
390
strategy :
391
391
matrix :
392
392
include :
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ use std::path::Path;
5
5
6
6
/// List of allowed sources for packages.
7
7
const ALLOWED_SOURCES : & [ & str ] = & [ "\" registry+https://github.com/rust-lang/crates.io-index\" " ,
8
- "\" git+https://github.com/solana-labs /compiler-builtins?tag=solana-tools-v1.40#81ef46f3fe1357095acdd089a700890fe4e13974\" " ] ;
8
+ "\" git+https://github.com/anza-xyz /compiler-builtins?tag=solana-tools-v1.40#81ef46f3fe1357095acdd089a700890fe4e13974\" " ] ;
9
9
10
10
/// Checks for external package sources. `root` is the path to the directory that contains the
11
11
/// workspace `Cargo.toml`.
You can’t perform that action at this time.
0 commit comments