diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4cf603519b104..73eaa21c19305 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -582,6 +582,10 @@ jobs: env: CODEGEN_BACKENDS: "llvm,cranelift" os: ubuntu-20.04-16core-64gb + - name: dist-i686-linux + env: + CODEGEN_BACKENDS: "llvm,cranelift" + os: ubuntu-20.04-16core-64gb timeout-minutes: 600 runs-on: "${{ matrix.os }}" steps: diff --git a/src/ci/docker/host-x86_64/dist-i686-linux/Dockerfile b/src/ci/docker/host-x86_64/dist-i686-linux/Dockerfile index f5274104d60ac..1704bef1e4ed0 100644 --- a/src/ci/docker/host-x86_64/dist-i686-linux/Dockerfile +++ b/src/ci/docker/host-x86_64/dist-i686-linux/Dockerfile @@ -25,6 +25,7 @@ RUN yum upgrade -y && \ openssl-devel \ patch \ perl \ + perl-core \ pkgconfig \ python3 \ unzip \ diff --git a/src/ci/docker/host-x86_64/dist-x86_64-linux/Dockerfile b/src/ci/docker/host-x86_64/dist-x86_64-linux/Dockerfile index 9a2fcb0ce0a1a..958378c2ded64 100644 --- a/src/ci/docker/host-x86_64/dist-x86_64-linux/Dockerfile +++ b/src/ci/docker/host-x86_64/dist-x86_64-linux/Dockerfile @@ -24,7 +24,7 @@ RUN yum upgrade -y && \ ncurses-devel \ openssl-devel \ patch \ - perl \ + perl-core \ pkgconfig \ python3 \ unzip \ diff --git a/src/ci/github-actions/ci.yml b/src/ci/github-actions/ci.yml index 800d8920951bc..a2a1396e5455a 100644 --- a/src/ci/github-actions/ci.yml +++ b/src/ci/github-actions/ci.yml @@ -732,6 +732,11 @@ jobs: env: CODEGEN_BACKENDS: llvm,cranelift <<: *job-linux-16c + - &dist-i686-linux + name: dist-i686-linux + env: + CODEGEN_BACKENDS: llvm,cranelift + <<: *job-linux-16c master: diff --git a/src/tools/cargo b/src/tools/cargo index 1aa9df1a5be20..37bc5f0232a0b 160000 --- a/src/tools/cargo +++ b/src/tools/cargo @@ -1 +1 @@ -Subproject commit 1aa9df1a5be205cce621f0bc0ea6062a5e22a98c +Subproject commit 37bc5f0232a0bb72dedd2c14149614fd8cdae649