Skip to content

Commit 52d55ff

Browse files
committed
Auto merge of #119007 - weihanglo:update-cargo, r=<try>
Update cargo 10 commits in 1aa9df1a5be205cce621f0bc0ea6062a5e22a98c..37bc5f0232a0bb72dedd2c14149614fd8cdae649 2023-12-12 14:52:31 +0000 to 2023-12-15 18:33:31 +0000 - docs(home): prepare the changelog for 0.5.9 (rust-lang/cargo#13177) - refactor: Pull name validation into `util_schemas` (rust-lang/cargo#13166) - chore(deps): bump zerocopy from 0.7.29 to 0.7.31 (rust-lang/cargo#13174) - Replace SHGetFolderPathW with SHGetKnownFolderPath (rust-lang/cargo#13173) - chore(bump-check): dont check `home` against beta/stable branches (rust-lang/cargo#13167) - fix: Fill in more empty name holes (rust-lang/cargo#13164) - Do not allow empty name in package ID spec (rust-lang/cargo#13152) - chore(deps): update rust crate openssl to 0.10.61 (rust-lang/cargo#13159) - `all-static` feature should include `vendored-libgit2` (rust-lang/cargo#13134) - doc/registry-web-api: Adjust success response code documentation (rust-lang/cargo#13160) r? ghost
2 parents e95a69d + 43970b1 commit 52d55ff

File tree

5 files changed

+12
-2
lines changed

5 files changed

+12
-2
lines changed

.github/workflows/ci.yml

+4
Original file line numberDiff line numberDiff line change
@@ -582,6 +582,10 @@ jobs:
582582
env:
583583
CODEGEN_BACKENDS: "llvm,cranelift"
584584
os: ubuntu-20.04-16core-64gb
585+
- name: dist-i686-linux
586+
env:
587+
CODEGEN_BACKENDS: "llvm,cranelift"
588+
os: ubuntu-20.04-16core-64gb
585589
timeout-minutes: 600
586590
runs-on: "${{ matrix.os }}"
587591
steps:

src/ci/docker/host-x86_64/dist-i686-linux/Dockerfile

+1
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ RUN yum upgrade -y && \
2525
openssl-devel \
2626
patch \
2727
perl \
28+
perl-core \
2829
pkgconfig \
2930
python3 \
3031
unzip \

src/ci/docker/host-x86_64/dist-x86_64-linux/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ RUN yum upgrade -y && \
2424
ncurses-devel \
2525
openssl-devel \
2626
patch \
27-
perl \
27+
perl-core \
2828
pkgconfig \
2929
python3 \
3030
unzip \

src/ci/github-actions/ci.yml

+5
Original file line numberDiff line numberDiff line change
@@ -732,6 +732,11 @@ jobs:
732732
env:
733733
CODEGEN_BACKENDS: llvm,cranelift
734734
<<: *job-linux-16c
735+
- &dist-i686-linux
736+
name: dist-i686-linux
737+
env:
738+
CODEGEN_BACKENDS: llvm,cranelift
739+
<<: *job-linux-16c
735740

736741

737742
master:

src/tools/cargo

Submodule cargo updated 41 files

0 commit comments

Comments
 (0)