Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
30 changes: 15 additions & 15 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -156,21 +156,21 @@ jobs:
- run: .github/before_script.sh
- run: .github/script.sh

gcc-openssl-3-6-0-x86:
runs-on: ubuntu-latest
if: ${{ github.event_name == 'schedule' }}
env:
CFLAGS: -m32
LDFLAGS: -m32
SETARCH: "setarch i386"
APT_INSTALL: gcc-multilib
PATCH_OPENSSL: 1
steps:
- uses: actions/checkout@v2
with:
submodules: true
- run: .github/before_script.sh
- run: .github/script.sh
# gcc-openssl-3-6-0-x86:
# runs-on: ubuntu-latest
# if: ${{ github.event_name == 'schedule' }}
# env:
# CFLAGS: -m32
# LDFLAGS: -m32
# SETARCH: "setarch i386"
# APT_INSTALL: gcc-multilib
# PATCH_OPENSSL: 1
# steps:
# - uses: actions/checkout@v2
# with:
# submodules: true
# - run: .github/before_script.sh
# - run: .github/script.sh

gcc-openssl-4-0-0-x86:
runs-on: ubuntu-latest
Expand Down
Loading