Skip to content

Commit fedf107

Browse files
committed
Auto merge of #139143 - bjorn3:sync_cg_clif-2025-03-30, r=bjorn3
Subtree sync for rustc_codegen_cranelift The main highlights this time are a Cranelift update, support for `#[target_feature]` for inline asm on arm64 and some vendor intrinsic fixes for arm64.
2 parents 46424fb + 08f6747 commit fedf107

Some content is hidden

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

42 files changed

+537
-1419
lines changed
+21-20
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,21 @@
1-
task:
2-
name: freebsd
3-
freebsd_instance:
4-
image: freebsd-13-2-release-amd64
5-
setup_rust_script:
6-
- pkg install -y git-tiny binutils
7-
- curl https://sh.rustup.rs -sSf --output rustup.sh
8-
- sh rustup.sh --default-toolchain none -y --profile=minimal
9-
target_cache:
10-
folder: build/cg_clif
11-
prepare_script:
12-
- . $HOME/.cargo/env
13-
- ./y.sh prepare
14-
test_script:
15-
- . $HOME/.cargo/env
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-
# Skip rand as it fails on FreeBSD due to rust-random/rand#1355
20-
- ./y.sh test --skip-test test.rust-random/rand
1+
# FIXME re-enable once https://github.com/rust-lang/rust/issues/134863 is fixed.
2+
# task:
3+
# name: freebsd
4+
# freebsd_instance:
5+
# image: freebsd-13-2-release-amd64
6+
# setup_rust_script:
7+
# - pkg install -y git-tiny binutils
8+
# - curl https://sh.rustup.rs -sSf --output rustup.sh
9+
# - sh rustup.sh --default-toolchain none -y --profile=minimal
10+
# target_cache:
11+
# folder: build/cg_clif
12+
# prepare_script:
13+
# - . $HOME/.cargo/env
14+
# - ./y.sh prepare
15+
# test_script:
16+
# - . $HOME/.cargo/env
17+
# # Disabling incr comp reduces cache size and incr comp doesn't save as much
18+
# # on CI anyway.
19+
# - export CARGO_BUILD_INCREMENTAL=false
20+
# # Skip rand as it fails on FreeBSD due to rust-random/rand#1355
21+
# - ./y.sh test --skip-test test.rust-random/rand

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

-18
This file was deleted.

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

-13
This file was deleted.

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

-162
This file was deleted.

0 commit comments

Comments
 (0)