Skip to content

Commit

Permalink
TEMPORARY
Browse files Browse the repository at this point in the history
Signed-off-by: mulhern <[email protected]>
  • Loading branch information
mulkieran committed Jan 3, 2025
1 parent 4e37193 commit f593e0b
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,11 @@ jobs:
toolchain: 1.74.0 # LOWEST SUPPORTED RUST TOOLCHAIN
- name: Check out stratisd
run: git clone https://github.com/stratis-storage/stratisd.git
- name: Switch
run: |
git checkout -b mulkieran-jbaublitz-metadata-rework-integrity master
git pull https://github.com/mulkieran/stratisd.git jbaublitz-metadata-rework-integrity
working-directory: ./stratisd
- name: Build stratisd
run: PROFILEDIR=debug make build-all
working-directory: ./stratisd
Expand Down Expand Up @@ -188,6 +193,11 @@ jobs:
toolchain: 1.74.0 # LOWEST SUPPORTED RUST TOOLCHAIN
- name: Check out stratisd
run: git clone https://github.com/stratis-storage/stratisd.git
- name: Switch
run: |
git checkout -b mulkieran-jbaublitz-metadata-rework-integrity master
git pull https://github.com/mulkieran/stratisd.git jbaublitz-metadata-rework-integrity
working-directory: ./stratisd
- name: Build stratisd
run: PROFILEDIR=debug make build-all
working-directory: ./stratisd
Expand Down

0 comments on commit f593e0b

Please sign in to comment.