File tree 2 files changed +5
-5
lines changed
tools/toolchain-nativelink
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -20,15 +20,14 @@ jobs:
20
20
runs-on : ubuntu-22.04
21
21
environment : production
22
22
name : NativeLink.com Cloud / RBE on Main (Legacy Dockerfile Test)
23
- if : false
24
- # github.ref == 'refs/heads/main'
23
+ if : github.ref == 'refs/heads/main'
25
24
steps :
26
25
- name : Checkout
27
26
uses : >- # v4.1.1
28
27
actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
29
28
30
29
- name : Set up AWS CLI
31
- uses : aws-actions/configure-aws-credentials@v1
30
+ uses : aws-actions/configure-aws-credentials@e3dd6a429d7300a6a4c196c26e071d42e0343502
32
31
with :
33
32
aws-access-key-id : ${{ secrets.RBE_ECR_AWS_ACCESS_KEY_ID }}
34
33
aws-secret-access-key : ${{ secrets.RBE_ECR_AWS_SECRET_ACCESS_KEY }}
51
50
52
51
- name : Run Bazel tests
53
52
shell : bash
53
+ # remove digest_function when #1325 is resolved
54
54
run : |
55
- bazel test \
55
+ bazel --digest_function=sha256 test \
56
56
--remote_cache=grpcs://cas-tracemachina-shared.build-faster.nativelink.net \
57
57
--remote_header=x-nativelink-api-key=${{ secrets.NATIVELINK_COM_API_HEADER }} \
58
58
--remote_instance_name=main \
Original file line number Diff line number Diff line change @@ -30,6 +30,6 @@ RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install --no-instal
30
30
&& rm -rf /var/lib/apt/lists/*
31
31
32
32
# Get Rust
33
- RUN curl --proto "=https" --tlsv1.2 -sSf https://sh. rustup.rs | sh -s -- -y --default-toolchain=1.79.0
33
+ RUN curl --proto "=https" --tlsv1.2 -sSf https://raw.githubusercontent.com/rust-lang/ rustup/54dd3d00fd20e64dc522517a0d7be4285570a2f1/rustup-init.sh | sh -s -- -y --default-toolchain=1.79.0
34
34
35
35
RUN echo "source \" $HOME/.cargo/env\" " >> "$HOME/.bashrc"
You can’t perform that action at this time.
0 commit comments