Skip to content

Commit

Permalink
linter
Browse files Browse the repository at this point in the history
  • Loading branch information
sbernauer committed Aug 18, 2023
1 parent 224cc58 commit 5aa8436
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -376,11 +376,9 @@ jobs:
- uses: Swatinem/rust-cache@359a70e43a0bb8a13953b04a90f76428b4959bb6 # v2.2.0
with:
key: build-stackablectl-${{ matrix.target }}
# Normal OS
- name: Build for non-Windows
if: matrix.os != 'windows-latest'
run: cargo build --target ${{ matrix.target }} -p stackablectl
# Windows
# - name: Prepare Windows env
# if: matrix.os == 'windows-latest'
# uses: msys2/setup-msys2@v2
Expand All @@ -396,7 +394,6 @@ jobs:
- name: Build for Windows
if: matrix.os == 'windows-latest'
run: cargo build --target ${{ matrix.target }} -p stackablectl
# End of OS differences

# Commented out, as this was always failing.
# We can comment it in again once want our image to be certified
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/release_stackablectl.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,11 +45,9 @@ jobs:
with:
toolchain: ${{ env.RUST_VERSION }}
targets: ${{ matrix.target }}
# Normal OS
- name: Build for non-Windows
if: matrix.os != 'windows-latest'
run: cargo build --target ${{ matrix.target }} --release -p stackablectl
# Windows
- name: Prepare Windows env
if: matrix.os == 'windows-latest'
uses: msys2/setup-msys2@v2
Expand All @@ -61,7 +59,6 @@ jobs:
if: matrix.os == 'windows-latest'
run: cargo build --target ${{ matrix.target }} --release -p stackablectl
shell: msys2 {0}
# End of OS differences
- name: Rename binary file
run: mv target/${{ matrix.target }}/release/stackablectl${{ matrix.file-suffix }} stackablectl-${{ matrix.target }}${{ matrix.file-suffix }}
- name: Upload Release binaries
Expand Down

0 comments on commit 5aa8436

Please sign in to comment.