5 Star 0 Fork 7

OpenHarmony/third_party_rust_rustix

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.cirrus.yml 535 Bytes
一键复制 编辑 原始数据 按行查看 历史
Dan Gohman 提交于 2023-01-17 09:52 . Remove FreeBSD 12 from CI. (#517)
# Implementation derived from `.cirrus.yml` in Rust's libc bindings
# at revision 7f4774e76bd5cb9ccb7140d71ef9be9c16009cdf.
task:
name: stable x86_64-unknown-freebsd-13
freebsd_instance:
image_family: freebsd-13-0-snap
setup_script:
- pkg install -y curl
- curl https://sh.rustup.rs -sSf --output rustup.sh
- sh rustup.sh --default-toolchain stable -y --profile=minimal
- . $HOME/.cargo/env
- rustup default stable
test_script:
- . $HOME/.cargo/env
- cargo test --workspace --features=all-apis
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/openharmony/third_party_rust_rustix.git
git@gitee.com:openharmony/third_party_rust_rustix.git
openharmony
third_party_rust_rustix
third_party_rust_rustix
master

搜索帮助