Skip to content

Commit b0d32fc

Browse files
committed
Merge ref 'b53da9908134' from rust-lang/rust
Pull recent changes from https://github.com/rust-lang/rust via Josh. Upstream ref: b53da9908134f77da3bb36e7009ac81f02ee48dc Filtered ref: a6fbc4d Upstream diff: rust-lang/rust@...b53da99 This merge was created using https://github.com/rust-lang/josh-sync.
2 parents edc8437 + a6fbc4d commit b0d32fc

126 files changed

Lines changed: 10668 additions & 7732 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.cirrus.yml

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,23 @@
11
task:
22
name: freebsd
33
freebsd_instance:
4-
image: freebsd-13-2-release-amd64
4+
image_family: freebsd-15-0-amd64-ufs
55
setup_rust_script:
6-
- pkg install -y git bash
6+
- pkg install -y git-tiny binutils
77
- curl https://sh.rustup.rs -sSf --output rustup.sh
88
- sh rustup.sh --default-toolchain none -y --profile=minimal
99
target_cache:
10-
folder: target
10+
folder: build/cg_clif
1111
prepare_script:
1212
- . $HOME/.cargo/env
1313
- ./y.sh prepare
1414
test_script:
1515
- . $HOME/.cargo/env
16-
- ./y.sh test
16+
# Disabling incr comp reduces cache size and incr comp doesn't save as much
17+
# on CI anyway.
18+
- export CARGO_BUILD_INCREMENTAL=false
19+
# FIXME(rust-lang/rust#134863) necessary to avoid error when dlopening proc
20+
# macros during compilation of cg_clif.
21+
- export LD_STATIC_TLS_EXTRA=4096
22+
# Skip rand as it fails on FreeBSD due to rust-random/rand#1355
23+
- ./y.sh test --skip-test test.rust-random/rand

.github/actions/github-release/README.md

Lines changed: 0 additions & 18 deletions
This file was deleted.

.github/actions/github-release/action.yml

Lines changed: 0 additions & 13 deletions
This file was deleted.

.github/actions/github-release/main.js

Lines changed: 0 additions & 162 deletions
This file was deleted.

0 commit comments

Comments
 (0)