mirror of
https://github.com/google/cpu_features.git
synced 2025-04-27 15:12:30 +02:00
Bump actions/checkout to v4 (#371)
Signed-off-by: tinyboxvk <viruskiller@protonmail.com>
This commit is contained in:
parent
aabbd16864
commit
3db721edf9
2
.github/workflows/aarch64_linux_bazel.yml
vendored
2
.github/workflows/aarch64_linux_bazel.yml
vendored
@ -13,7 +13,7 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Check out repository code
|
- name: Check out repository code
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v4
|
||||||
- name: Set up QEMU
|
- name: Set up QEMU
|
||||||
uses: docker/setup-qemu-action@v2
|
uses: docker/setup-qemu-action@v2
|
||||||
- name: Check docker
|
- name: Check docker
|
||||||
|
2
.github/workflows/aarch64_linux_cmake.yml
vendored
2
.github/workflows/aarch64_linux_cmake.yml
vendored
@ -23,7 +23,7 @@ jobs:
|
|||||||
env:
|
env:
|
||||||
TARGET: ${{ matrix.targets[0] }}
|
TARGET: ${{ matrix.targets[0] }}
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v4
|
||||||
- name: Build
|
- name: Build
|
||||||
run: make --directory=cmake/ci ${TARGET}_build
|
run: make --directory=cmake/ci ${TARGET}_build
|
||||||
- name: Test
|
- name: Test
|
||||||
|
@ -13,7 +13,7 @@ jobs:
|
|||||||
make:
|
make:
|
||||||
runs-on: macos-latest
|
runs-on: macos-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v4
|
||||||
- name: vagrant version
|
- name: vagrant version
|
||||||
run: Vagrant --version
|
run: Vagrant --version
|
||||||
- name: VirtualBox version
|
- name: VirtualBox version
|
||||||
|
2
.github/workflows/amd64_linux_bazel.yml
vendored
2
.github/workflows/amd64_linux_bazel.yml
vendored
@ -13,7 +13,7 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Check out repository code
|
- name: Check out repository code
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v4
|
||||||
- name: Set up QEMU
|
- name: Set up QEMU
|
||||||
uses: docker/setup-qemu-action@v2
|
uses: docker/setup-qemu-action@v2
|
||||||
- name: Check docker
|
- name: Check docker
|
||||||
|
2
.github/workflows/amd64_linux_cmake.yml
vendored
2
.github/workflows/amd64_linux_cmake.yml
vendored
@ -12,7 +12,7 @@ jobs:
|
|||||||
make:
|
make:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v4
|
||||||
- name: Env
|
- name: Env
|
||||||
run: make --directory=cmake/ci amd64_env
|
run: make --directory=cmake/ci amd64_env
|
||||||
- name: Devel
|
- name: Devel
|
||||||
|
2
.github/workflows/amd64_macos_bazel.yml
vendored
2
.github/workflows/amd64_macos_bazel.yml
vendored
@ -14,7 +14,7 @@ jobs:
|
|||||||
runs-on: macos-13 # Using x86 processors, ref: https://github.com/actions/runner-images
|
runs-on: macos-13 # Using x86 processors, ref: https://github.com/actions/runner-images
|
||||||
steps:
|
steps:
|
||||||
- name: Check out repository code
|
- name: Check out repository code
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v4
|
||||||
- name: Install Bazel
|
- name: Install Bazel
|
||||||
run: |
|
run: |
|
||||||
brew update
|
brew update
|
||||||
|
4
.github/workflows/amd64_macos_cmake.yml
vendored
4
.github/workflows/amd64_macos_cmake.yml
vendored
@ -15,7 +15,7 @@ jobs:
|
|||||||
env:
|
env:
|
||||||
CTEST_OUTPUT_ON_FAILURE: 1
|
CTEST_OUTPUT_ON_FAILURE: 1
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v4
|
||||||
- name: Check cmake
|
- name: Check cmake
|
||||||
run: cmake --version
|
run: cmake --version
|
||||||
- name: Configure
|
- name: Configure
|
||||||
@ -31,7 +31,7 @@ jobs:
|
|||||||
env:
|
env:
|
||||||
CTEST_OUTPUT_ON_FAILURE: 1
|
CTEST_OUTPUT_ON_FAILURE: 1
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v4
|
||||||
- name: Check cmake
|
- name: Check cmake
|
||||||
run: cmake --version
|
run: cmake --version
|
||||||
- name: Configure
|
- name: Configure
|
||||||
|
2
.github/workflows/amd64_windows_cmake.yml
vendored
2
.github/workflows/amd64_windows_cmake.yml
vendored
@ -14,7 +14,7 @@ jobs:
|
|||||||
env:
|
env:
|
||||||
CTEST_OUTPUT_ON_FAILURE: 1
|
CTEST_OUTPUT_ON_FAILURE: 1
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v4
|
||||||
- name: Configure
|
- name: Configure
|
||||||
run: cmake -S. -Bbuild -G "Visual Studio 17 2022" -DCMAKE_CONFIGURATION_TYPES=Release
|
run: cmake -S. -Bbuild -G "Visual Studio 17 2022" -DCMAKE_CONFIGURATION_TYPES=Release
|
||||||
- name: Build
|
- name: Build
|
||||||
|
2
.github/workflows/arm64_macos_bazel.yml
vendored
2
.github/workflows/arm64_macos_bazel.yml
vendored
@ -14,7 +14,7 @@ jobs:
|
|||||||
runs-on: macos-latest # Using M1 processors, ref: https://github.com/actions/runner-images
|
runs-on: macos-latest # Using M1 processors, ref: https://github.com/actions/runner-images
|
||||||
steps:
|
steps:
|
||||||
- name: Check out repository code
|
- name: Check out repository code
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v4
|
||||||
- name: Install Bazel
|
- name: Install Bazel
|
||||||
run: |
|
run: |
|
||||||
brew update
|
brew update
|
||||||
|
4
.github/workflows/arm64_macos_cmake.yml
vendored
4
.github/workflows/arm64_macos_cmake.yml
vendored
@ -15,7 +15,7 @@ jobs:
|
|||||||
env:
|
env:
|
||||||
CTEST_OUTPUT_ON_FAILURE: 1
|
CTEST_OUTPUT_ON_FAILURE: 1
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v4
|
||||||
- name: Check cmake
|
- name: Check cmake
|
||||||
run: cmake --version
|
run: cmake --version
|
||||||
- name: Configure
|
- name: Configure
|
||||||
@ -31,7 +31,7 @@ jobs:
|
|||||||
env:
|
env:
|
||||||
CTEST_OUTPUT_ON_FAILURE: 1
|
CTEST_OUTPUT_ON_FAILURE: 1
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v4
|
||||||
- name: Check cmake
|
- name: Check cmake
|
||||||
run: cmake --version
|
run: cmake --version
|
||||||
- name: Configure
|
- name: Configure
|
||||||
|
2
.github/workflows/arm_linux_cmake.yml
vendored
2
.github/workflows/arm_linux_cmake.yml
vendored
@ -24,7 +24,7 @@ jobs:
|
|||||||
env:
|
env:
|
||||||
TARGET: ${{ matrix.targets[0] }}
|
TARGET: ${{ matrix.targets[0] }}
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v4
|
||||||
- name: Build
|
- name: Build
|
||||||
run: make --directory=cmake/ci ${TARGET}_build
|
run: make --directory=cmake/ci ${TARGET}_build
|
||||||
- name: Test
|
- name: Test
|
||||||
|
2
.github/workflows/mips_linux_cmake.yml
vendored
2
.github/workflows/mips_linux_cmake.yml
vendored
@ -23,7 +23,7 @@ jobs:
|
|||||||
env:
|
env:
|
||||||
TARGET: ${{ matrix.targets[0] }}
|
TARGET: ${{ matrix.targets[0] }}
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v4
|
||||||
- name: Build
|
- name: Build
|
||||||
run: make --directory=cmake/ci ${TARGET}_build
|
run: make --directory=cmake/ci ${TARGET}_build
|
||||||
- name: Test
|
- name: Test
|
||||||
|
2
.github/workflows/power_linux_cmake.yml
vendored
2
.github/workflows/power_linux_cmake.yml
vendored
@ -22,7 +22,7 @@ jobs:
|
|||||||
env:
|
env:
|
||||||
TARGET: ${{ matrix.targets[0] }}
|
TARGET: ${{ matrix.targets[0] }}
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v4
|
||||||
- name: Build
|
- name: Build
|
||||||
run: make --directory=cmake/ci ${TARGET}_build
|
run: make --directory=cmake/ci ${TARGET}_build
|
||||||
- name: Test
|
- name: Test
|
||||||
|
2
.github/workflows/riscv_linux_cmake.yml
vendored
2
.github/workflows/riscv_linux_cmake.yml
vendored
@ -21,7 +21,7 @@ jobs:
|
|||||||
env:
|
env:
|
||||||
TARGET: ${{ matrix.targets[0] }}
|
TARGET: ${{ matrix.targets[0] }}
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v4
|
||||||
- name: Build
|
- name: Build
|
||||||
run: make --directory=cmake/ci ${TARGET}_build
|
run: make --directory=cmake/ci ${TARGET}_build
|
||||||
- name: Test
|
- name: Test
|
||||||
|
2
.github/workflows/s390x_linux_cmake.yml
vendored
2
.github/workflows/s390x_linux_cmake.yml
vendored
@ -20,7 +20,7 @@ jobs:
|
|||||||
env:
|
env:
|
||||||
TARGET: ${{ matrix.targets[0] }}
|
TARGET: ${{ matrix.targets[0] }}
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v4
|
||||||
- name: Build
|
- name: Build
|
||||||
run: make --directory=cmake/ci ${TARGET}_build
|
run: make --directory=cmake/ci ${TARGET}_build
|
||||||
- name: Test
|
- name: Test
|
||||||
|
Loading…
x
Reference in New Issue
Block a user