Home
last modified time | relevance | path

Searched +full:- +full:- +full:disable +full:- +full:fdt (Results 1 – 3 of 3) sorted by relevance

/third_party/mesa3d/.gitlab-ci/bare-metal/
Dpoe-powered.sh2 # shellcheck disable=SC1091
3 # shellcheck disable=SC2034
4 # shellcheck disable=SC2059
5 # shellcheck disable=SC2086 # we want word splitting
7 . "$SCRIPTS_DIR"/setup-test-env.sh
13 BM=$CI_PROJECT_DIR/install/bare-metal
18 if [ -z "$BM_SERIAL" ]; then
19 echo "Must set BM_SERIAL in your gitlab-runner config.toml [[runners]] environment"
24 if [ -z "$BM_POE_ADDRESS" ]; then
25 echo "Must set BM_POE_ADDRESS in your gitlab-runner config.toml [[runners]] environment"
[all …]
/third_party/rust/crates/rustix/.github/workflows/
Dtest-users.yml10 runs-on: ${{ matrix.os }}
15 …build: [ubuntu, i686-linux, aarch64-linux, powerpc64le-linux, riscv64-linux, mipsel-linux, mips64e…
17 - build: ubuntu
18 os: ubuntu-latest
20 - build: i686-linux
21 os: ubuntu-latest
23 target: i686-unknown-linux-gnu
24 gcc_package: gcc-i686-linux-gnu
25 gcc: i686-linux-gnu-gcc
26 libc_package: libc-dev-i386-cross
[all …]
Dmain.yml6 - main
13 runs-on: ubuntu-latest
15 - uses: actions/checkout@v3
18 - uses: ./.github/actions/install-rust
21 - run: cargo fmt --all -- --check
25 runs-on: ${{ matrix.os }}
30 - build: stable
31 os: ubuntu-latest
33 - build: nightly
34 os: ubuntu-latest
[all …]