Skip to content

Commit

Permalink
source -> ., wrote too much zsh scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
Catoverflow committed Mar 5, 2025
1 parent 9e9035e commit 32a2cbc
Showing 1 changed file with 19 additions and 19 deletions.
38 changes: 19 additions & 19 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Install Rust toolchain
run:
curl --proto '=https' --tlsv1.2 --retry 10 --retry-connrefused -fsSL "https://sh.rustup.rs" | sh -s -- --default-toolchain 1.82.0-x86_64-unknown-linux-gnu -y
source .cargo/env
. .cargo/env
- name: Download Verus
uses: actions/checkout@v2
with:
Expand All @@ -29,7 +29,7 @@ jobs:
run: |
cd verus/source
./tools/get-z3.sh
source ../tools/activate
. ../tools/activate
vargo build --release
- name: Cache verus
uses: actions/cache@v4
Expand All @@ -45,7 +45,7 @@ jobs:
- name: Install Rust toolchain
run: |
curl --proto '=https' --tlsv1.2 --retry 10 --retry-connrefused -fsSL "https://sh.rustup.rs" | sh -s -- --default-toolchain 1.82.0-x86_64-unknown-linux-gnu -y
source .cargo/env
. .cargo/env
- name: Restore build cache
uses: actions/cache@v4
with:
Expand All @@ -60,7 +60,7 @@ jobs:
- name: Install Rust toolchain
run: |
curl --proto '=https' --tlsv1.2 --retry 10 --retry-connrefused -fsSL "https://sh.rustup.rs" | sh -s -- --default-toolchain 1.82.0-x86_64-unknown-linux-gnu -y
source .cargo/env
. .cargo/env
- name: Restore build cache
uses: actions/cache@v4
with:
Expand All @@ -75,7 +75,7 @@ jobs:
- name: Install Rust toolchain
run: |
curl --proto '=https' --tlsv1.2 --retry 10 --retry-connrefused -fsSL "https://sh.rustup.rs" | sh -s -- --default-toolchain 1.82.0-x86_64-unknown-linux-gnu -y
source .cargo/env
. .cargo/env
- name: Restore build cache
uses: actions/cache@v4
with:
Expand All @@ -90,7 +90,7 @@ jobs:
- name: Install Rust toolchain
run: |
curl --proto '=https' --tlsv1.2 --retry 10 --retry-connrefused -fsSL "https://sh.rustup.rs" | sh -s -- --default-toolchain 1.82.0-x86_64-unknown-linux-gnu -y
source .cargo/env
. .cargo/env
- name: Restore build cache
uses: actions/cache@v4
with:
Expand All @@ -105,7 +105,7 @@ jobs:
- name: Install Rust toolchain
run: |
curl --proto '=https' --tlsv1.2 --retry 10 --retry-connrefused -fsSL "https://sh.rustup.rs" | sh -s -- --default-toolchain 1.82.0-x86_64-unknown-linux-gnu -y
source .cargo/env
. .cargo/env
- name: Restore build cache
uses: actions/cache@v4
with:
Expand All @@ -120,7 +120,7 @@ jobs:
- name: Install Rust toolchain
run: |
curl --proto '=https' --tlsv1.2 --retry 10 --retry-connrefused -fsSL "https://sh.rustup.rs" | sh -s -- --default-toolchain 1.82.0-x86_64-unknown-linux-gnu -y
source .cargo/env
. .cargo/env
- name: Restore build cache
uses: actions/cache@v4
with:
Expand All @@ -135,7 +135,7 @@ jobs:
- name: Install Rust toolchain
run: |
curl --proto '=https' --tlsv1.2 --retry 10 --retry-connrefused -fsSL "https://sh.rustup.rs" | sh -s -- --default-toolchain 1.82.0-x86_64-unknown-linux-gnu -y
source .cargo/env
. .cargo/env
- name: Restore build cache
uses: actions/cache@v4
with:
Expand All @@ -152,7 +152,7 @@ jobs:
- name: Install Rust toolchain
run: |
curl --proto '=https' --tlsv1.2 --retry 10 --retry-connrefused -fsSL "https://sh.rustup.rs" | sh -s -- --default-toolchain 1.82.0-x86_64-unknown-linux-gnu -y
source .cargo/env
. .cargo/env
- name: Restore build cache
uses: actions/cache@v4
with:
Expand All @@ -177,7 +177,7 @@ jobs:
- name: Install Rust toolchain
run: |
curl --proto '=https' --tlsv1.2 --retry 10 --retry-connrefused -fsSL "https://sh.rustup.rs" | sh -s -- --default-toolchain 1.82.0-x86_64-unknown-linux-gnu -y
source .cargo/env
. .cargo/env
- name: Restore build cache
uses: actions/cache@v4
with:
Expand All @@ -192,7 +192,7 @@ jobs:
- name: Install Rust toolchain
run: |
curl --proto '=https' --tlsv1.2 --retry 10 --retry-connrefused -fsSL "https://sh.rustup.rs" | sh -s -- --default-toolchain 1.82.0-x86_64-unknown-linux-gnu -y
source .cargo/env
. .cargo/env
- name: Restore build cache
uses: actions/cache@v4
with:
Expand All @@ -214,7 +214,7 @@ jobs:
- name: Install Rust toolchain
run: |
curl --proto '=https' --tlsv1.2 --retry 10 --retry-connrefused -fsSL "https://sh.rustup.rs" | sh -s -- --default-toolchain 1.82.0-x86_64-unknown-linux-gnu -y
source .cargo/env
. .cargo/env
- name: Deploy fluent controller
run: ./local-test.sh fluent
- name: Run fluent e2e tests
Expand All @@ -232,7 +232,7 @@ jobs:
- name: Install Rust toolchain
run: |
curl --proto '=https' --tlsv1.2 --retry 10 --retry-connrefused -fsSL "https://sh.rustup.rs" | sh -s -- --default-toolchain 1.82.0-x86_64-unknown-linux-gnu -y
source .cargo/env
. .cargo/env
- name: Deploy rabbitmq controller
run: ./local-test.sh rabbitmq
- name: Run rabbitmq e2e tests
Expand All @@ -250,7 +250,7 @@ jobs:
- name: Install Rust toolchain
run: |
curl --proto '=https' --tlsv1.2 --retry 10 --retry-connrefused -fsSL "https://sh.rustup.rs" | sh -s -- --default-toolchain 1.82.0-x86_64-unknown-linux-gnu -y
source .cargo/env
. .cargo/env
- name: Deploy rabbitmq controller
run: ./local-test.sh rabbitmq
- name: Run rabbitmq e2e tests for scaling
Expand All @@ -268,7 +268,7 @@ jobs:
- name: Install Rust toolchain
run: |
curl --proto '=https' --tlsv1.2 --retry 10 --retry-connrefused -fsSL "https://sh.rustup.rs" | sh -s -- --default-toolchain 1.82.0-x86_64-unknown-linux-gnu -y
source .cargo/env
. .cargo/env
- name: Deploy rabbitmq controller
run: ./local-test.sh rabbitmq
- name: Run rabbitmq e2e tests for ephemeral
Expand All @@ -286,7 +286,7 @@ jobs:
- name: Install Rust toolchain
run: |
curl --proto '=https' --tlsv1.2 --retry 10 --retry-connrefused -fsSL "https://sh.rustup.rs" | sh -s -- --default-toolchain 1.82.0-x86_64-unknown-linux-gnu -y
source .cargo/env
. .cargo/env
- name: Deploy zookeeper controller
run: ./local-test.sh zookeeper
- name: Run zookeeper e2e tests
Expand All @@ -304,7 +304,7 @@ jobs:
- name: Install Rust toolchain
run: |
curl --proto '=https' --tlsv1.2 --retry 10 --retry-connrefused -fsSL "https://sh.rustup.rs" | sh -s -- --default-toolchain 1.82.0-x86_64-unknown-linux-gnu -y
source .cargo/env
. .cargo/env
- name: Deploy zookeeper controller
run: ./local-test.sh zookeeper
- name: Run zookeeper e2e tests for scaling
Expand All @@ -322,7 +322,7 @@ jobs:
- name: Install Rust toolchain
run: |
curl --proto '=https' --tlsv1.2 --retry 10 --retry-connrefused -fsSL "https://sh.rustup.rs" | sh -s -- --default-toolchain 1.82.0-x86_64-unknown-linux-gnu -y
source .cargo/env
. .cargo/env
- name: Deploy vreplicaset controller
run: ./local-test.sh vreplicaset
- name: Run vreplicaset e2e tests
Expand Down

0 comments on commit 32a2cbc

Please sign in to comment.