Skip to content

Commit

Permalink
CI
Browse files Browse the repository at this point in the history
  • Loading branch information
dmakarov committed Oct 19, 2023
1 parent 3276672 commit 1a71377
Show file tree
Hide file tree
Showing 9 changed files with 54 additions and 73 deletions.
94 changes: 47 additions & 47 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,20 +53,20 @@ jobs:
matrix:
include:
- name: mingw-check
os: ubuntu-20.04-16core-64gb
os: ubuntu-latest
env: {}
- name: mingw-check-tidy
os: ubuntu-20.04-16core-64gb
os: ubuntu-latest
env: {}
- name: x86_64-gnu-llvm-14
os: ubuntu-20.04-16core-64gb
os: ubuntu-latest
env: {}
- name: sbf-solana-solana
tidy: false
os: ubuntu-20.04-16core-64gb
os: ubuntu-latest
env: {}
- name: x86_64-gnu-tools
os: ubuntu-20.04-16core-64gb
os: ubuntu-latest
env: {}
timeout-minutes: 600
runs-on: "${{ matrix.os }}"
Expand Down Expand Up @@ -186,13 +186,13 @@ jobs:
matrix:
include:
- name: mingw-check
os: ubuntu-20.04-16core-64gb
os: ubuntu-latest
env: {}
- name: x86_64-gnu-llvm-12
os: ubuntu-20.04-16core-64gb
os: ubuntu-latest
env: {}
- name: sbf-solana-solana
os: ubuntu-20.04-16core-64gb
os: ubuntu-latest
env: {}
timeout-minutes: 600
runs-on: "${{ matrix.os }}"
Expand Down Expand Up @@ -317,127 +317,127 @@ jobs:
- ARM64
- linux
- name: arm-android
os: ubuntu-20.04-8core-32gb
os: ubuntu-latest
env: {}
- name: armhf-gnu
os: ubuntu-20.04-8core-32gb
os: ubuntu-latest
env: {}
- name: dist-aarch64-linux
os: ubuntu-20.04-8core-32gb
os: ubuntu-latest
env: {}
- name: dist-android
os: ubuntu-20.04-8core-32gb
os: ubuntu-latest
env: {}
- name: dist-arm-linux
os: ubuntu-20.04-16core-64gb
os: ubuntu-latest
env: {}
- name: dist-armhf-linux
os: ubuntu-20.04-8core-32gb
os: ubuntu-latest
env: {}
- name: dist-armv7-linux
os: ubuntu-20.04-8core-32gb
os: ubuntu-latest
env: {}
- name: dist-i586-gnu-i586-i686-musl
os: ubuntu-20.04-8core-32gb
os: ubuntu-latest
env: {}
- name: dist-i686-linux
os: ubuntu-20.04-8core-32gb
os: ubuntu-latest
env: {}
- name: dist-loongarch64-linux
os: ubuntu-20.04-8core-32gb
os: ubuntu-latest
env: {}
- name: dist-powerpc-linux
os: ubuntu-20.04-8core-32gb
os: ubuntu-latest
env: {}
- name: dist-powerpc64-linux
os: ubuntu-20.04-8core-32gb
os: ubuntu-latest
env: {}
- name: dist-powerpc64le-linux
os: ubuntu-20.04-8core-32gb
os: ubuntu-latest
env: {}
- name: dist-riscv64-linux
os: ubuntu-20.04-8core-32gb
os: ubuntu-latest
env: {}
- name: dist-s390x-linux
os: ubuntu-20.04-8core-32gb
os: ubuntu-latest
env: {}
- name: dist-various-1
os: ubuntu-20.04-8core-32gb
os: ubuntu-latest
env: {}
- name: dist-various-2
os: ubuntu-20.04-8core-32gb
os: ubuntu-latest
env: {}
- name: dist-x86_64-freebsd
os: ubuntu-20.04-8core-32gb
os: ubuntu-latest
env: {}
- name: dist-x86_64-illumos
os: ubuntu-20.04-8core-32gb
os: ubuntu-latest
env: {}
- name: dist-x86_64-linux
os: ubuntu-20.04-16core-64gb
os: ubuntu-latest
env: {}
- name: dist-x86_64-linux-alt
env:
IMAGE: dist-x86_64-linux
os: ubuntu-20.04-16core-64gb
os: ubuntu-latest
- name: dist-x86_64-musl
os: ubuntu-20.04-8core-32gb
os: ubuntu-latest
env: {}
- name: dist-x86_64-netbsd
os: ubuntu-20.04-8core-32gb
os: ubuntu-latest
env: {}
- name: i686-gnu
os: ubuntu-20.04-8core-32gb
os: ubuntu-latest
env: {}
- name: i686-gnu-nopt
os: ubuntu-20.04-8core-32gb
os: ubuntu-latest
env: {}
- name: mingw-check
os: ubuntu-20.04-4core-16gb
os: ubuntu-latest
env: {}
- name: test-various
os: ubuntu-20.04-8core-32gb
os: ubuntu-latest
env: {}
- name: wasm32
os: ubuntu-20.04-8core-32gb
os: ubuntu-latest
env: {}
- name: x86_64-gnu
os: ubuntu-20.04-4core-16gb
os: ubuntu-latest
env: {}
- name: x86_64-gnu-stable
env:
IMAGE: x86_64-gnu
RUST_CI_OVERRIDE_RELEASE_CHANNEL: stable
CI_ONLY_WHEN_CHANNEL: nightly
os: ubuntu-20.04-4core-16gb
os: ubuntu-latest
- name: x86_64-gnu-aux
os: ubuntu-20.04-4core-16gb
os: ubuntu-latest
env: {}
- name: x86_64-gnu-debug
os: ubuntu-20.04-8core-32gb
os: ubuntu-latest
env: {}
- name: x86_64-gnu-distcheck
os: ubuntu-20.04-8core-32gb
os: ubuntu-latest
env: {}
- name: x86_64-gnu-llvm-16
env:
RUST_BACKTRACE: 1
os: ubuntu-20.04-8core-32gb
os: ubuntu-latest
- name: x86_64-gnu-llvm-15
env:
RUST_BACKTRACE: 1
os: ubuntu-20.04-8core-32gb
os: ubuntu-latest
- name: x86_64-gnu-llvm-14
env:
RUST_BACKTRACE: 1
os: ubuntu-20.04-8core-32gb
os: ubuntu-latest
- name: x86_64-gnu-nopt
os: ubuntu-20.04-4core-16gb
os: ubuntu-latest
env: {}
- name: x86_64-gnu-tools
env:
DEPLOY_TOOLSTATES_JSON: toolstates-linux.json
os: ubuntu-20.04-8core-32gb
os: ubuntu-latest
- name: dist-x86_64-apple
env:
SCRIPT: "./x.py dist bootstrap --include-default-paths --host=x86_64-apple-darwin --target=x86_64-apple-darwin"
Expand Down Expand Up @@ -698,7 +698,7 @@ jobs:
matrix:
include:
- name: dist-x86_64-linux
os: ubuntu-20.04-16core-64gb
os: ubuntu-latest
env: {}
timeout-minutes: 600
runs-on: "${{ matrix.os }}"
Expand Down
2 changes: 2 additions & 0 deletions .reuse/dep5
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,12 @@ Files: compiler/*
tests/*
src/*
.github/*
build.sh
Cargo.lock
Cargo.toml
CODE_OF_CONDUCT.md
config.example.toml
config.toml
configure
CONTRIBUTING.md
COPYRIGHT
Expand Down
6 changes: 3 additions & 3 deletions src/ci/github-actions/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,15 +79,15 @@ x--expand-yaml-anchors--remove:
env: {}

- &job-linux-4c
os: ubuntu-20.04-4core-16gb
os: ubuntu-latest
<<: *base-job

- &job-linux-8c
os: ubuntu-20.04-8core-32gb
os: ubuntu-latest
<<: *base-job

- &job-linux-16c
os: ubuntu-20.04-16core-64gb
os: ubuntu-latest
<<: *base-job

- &job-macos-xl
Expand Down
1 change: 0 additions & 1 deletion src/tools/tidy/src/deps.rs
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,6 @@ const PERMITTED_DEPS_LOCATION: &str = concat!(file!(), ":", line!());
/// rustc. Please check with the compiler team before adding an entry.
const PERMITTED_RUSTC_DEPENDENCIES: &[&str] = &[
// tidy-alphabetical-start
"addr2line",
"adler",
"ahash",
"aho-corasick",
Expand Down
1 change: 0 additions & 1 deletion src/tools/tidy/src/pal.rs
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,6 @@ fn check_cfgs(
|| cfg.contains("target_env")
|| cfg.contains("target_abi")
|| cfg.contains("target_vendor")
|| cfg.contains("target_family")
|| cfg.contains("unix")
|| cfg.contains("windows");

Expand Down
5 changes: 2 additions & 3 deletions tests/ui/check-cfg/values-target-json.stderr
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@ LL | #[cfg(target_os = "linuz")]
| |
| help: there is a expected value with a similar name: `"linux"`
|
= note: expected values for `target_os` are: `aix`, `android`, `cuda`, `dragonfly`, `emscripten`, `ericos`, `espidf`, `freebsd`, `fuchsia`, `haiku`, `hermit`, `horizon`, `illumos`, `ios`, `l4re`, `linux`, `macos`, `netbsd`, `none`, `nto`, `openbsd`, `psp`, `redox`, `solaris`, `solid_asp3`, `tvos`, `uefi`, `unknown`, `vita`, `vxworks`, `wasi`, `watchos`, `windows`, `xous`
= note: expected values for `target_os` are: `aix`, `android`, `cuda`, `dragonfly`, `emscripten`, `ericos`, `espidf`, `freebsd`, `fuchsia`, `haiku`, `hermit`, `horizon`, `illumos`, `ios`, `l4re`, `linux`, `macos`, `netbsd`, `none`, `nto`, `openbsd`, `psp`, `redox`, `solana`, `solaris`, `solid_asp3`, `tvos`, `uefi`, `unknown`, `vita`, `vxworks`, `wasi`, `watchos`, `windows`, `xous`
= note: `#[warn(unexpected_cfgs)]` on by default

warning: 1 warning emitted

warning: 1 warning emitted
2 changes: 0 additions & 2 deletions tests/ui/linkage-attr/unstable-flavor.bpf.stderr

This file was deleted.

2 changes: 0 additions & 2 deletions tests/ui/linkage-attr/unstable-flavor.ptx.stderr

This file was deleted.

14 changes: 0 additions & 14 deletions tests/ui/linkage-attr/unstable-flavor.rs

This file was deleted.

0 comments on commit 1a71377

Please sign in to comment.