compiler/rustc_codegen_cranelift/.cirrus.yml YAML 24 lines View on github.com → Search inside
1task:2  name: freebsd3  freebsd_instance:4    image_family: freebsd-15-0-amd64-ufs5  setup_rust_script:6    - pkg install -y git-tiny binutils7    - curl https://sh.rustup.rs -sSf --output rustup.sh8    - sh rustup.sh --default-toolchain none -y --profile=minimal9  target_cache:10    folder: build/cg_clif11  prepare_script:12    - . $HOME/.cargo/env13    - ./y.sh prepare14  test_script:15    - . $HOME/.cargo/env16    # Disabling incr comp reduces cache size and incr comp doesn't save as much17    # on CI anyway.18    - export CARGO_BUILD_INCREMENTAL=false19    # FIXME(rust-lang/rust#134863) necessary to avoid error when dlopening proc20    # macros during compilation of cg_clif.21    - export LD_STATIC_TLS_EXTRA=409622    # Skip rand as it fails on FreeBSD due to rust-random/rand#135523    - ./y.sh test --skip-test test.rust-random/rand

Findings

✓ No findings reported for this file.

Get this view in your editor

Same data, no extra tab — call code_get_file + code_get_findings over MCP from Claude/Cursor/Copilot.