Skip to content

Commit

Permalink
Revert "debian 11 builds"
Browse files Browse the repository at this point in the history
This reverts commit c8ba4f2.
  • Loading branch information
Sreyas-Sreelal committed Feb 9, 2024
1 parent ea19056 commit f605384
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,6 @@ jobs:
- build: windows
os: windows-latest
rust: stable-i686
- build: ubuntu-latest
os: ubuntu-latest
rust: stable-i686

steps:
- uses: actions/checkout@v1
Expand All @@ -38,7 +35,7 @@ jobs:
sudo dpkg --add-architecture i386
sudo apt update
sudo apt install gcc-multilib libssl-dev:i386 -y
if: matrix.os == 'ubuntu-20.04' || matrix.os == 'ubuntu-latest'
if: matrix.os == 'ubuntu-20.04'

- name: Install Rust (rustup)
run: rustup update ${{ matrix.rust }} --no-self-update && rustup default ${{ matrix.rust }}
Expand All @@ -53,11 +50,7 @@ jobs:
- name: Create archive for Linux
run: 7z a -ttar -so -an ./target/release/lib${{ env.RELEASE_BIN }}.so ${{ env.RELEASE_ADDS }} | 7z a -si ./artifacts/${{ env.RELEASE_BIN }}-linux-x86.tar.gz
if: matrix.os == 'ubuntu-20.04'

- name: Create archive for Ubuntu Latest
run: 7z a -ttar -so -an ./target/release/lib${{ env.RELEASE_BIN }}.so ${{ env.RELEASE_ADDS }} | 7z a -si ./artifacts/${{ env.RELEASE_BIN }}-ubuntu-latest-x86.tar.gz
if: matrix.os == 'ubuntu-latest'


- name: Create archive for Windows
run: 7z a -tzip ./artifacts/${{ env.RELEASE_BIN }}-windows-x86.zip ./target/release/${{ env.RELEASE_BIN }}.dll ${{ env.RELEASE_ADDS }}
if: matrix.os == 'windows-latest'
Expand Down

0 comments on commit f605384

Please sign in to comment.