Skip to content

Commit c0a11cc

Browse files
committed
[DONT MERGE] test OpenSSL v3 build
1 parent d0f9e18 commit c0a11cc

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

.github/workflows/ci.yml

+3
Original file line numberDiff line numberDiff line change
@@ -589,6 +589,9 @@ jobs:
589589
env:
590590
CODEGEN_BACKENDS: "llvm,cranelift"
591591
os: ubuntu-20.04-16core-64gb
592+
- name: dist-i686-linux
593+
os: ubuntu-20.04-8core-32gb
594+
env: {}
592595
timeout-minutes: 600
593596
runs-on: "${{ matrix.os }}"
594597
steps:

src/ci/github-actions/ci.yml

+2
Original file line numberDiff line numberDiff line change
@@ -739,6 +739,8 @@ jobs:
739739
env:
740740
CODEGEN_BACKENDS: llvm,cranelift
741741
<<: *job-linux-16c
742+
- name: dist-i686-linux
743+
<<: *job-linux-8c
742744

743745

744746
master:

0 commit comments

Comments
 (0)