Skip to content

aarch64: fix SME_LUTV2 /proc/cpuinfo flag string (smelutv1 -> smelutv2) #713

aarch64: fix SME_LUTV2 /proc/cpuinfo flag string (smelutv1 -> smelutv2)

aarch64: fix SME_LUTV2 /proc/cpuinfo flag string (smelutv1 -> smelutv2) #713

name: amd64 Linux Bazel
on:
push:
pull_request:
schedule:
# min hours day(month) month day(week)
- cron: '0 0 7,22 * *'
jobs:
# Building using the github runner environement directly.
bazel:
runs-on: ubuntu-latest
steps:
- name: Check out repository code
uses: actions/checkout@v7
- name: Set up QEMU
uses: docker/setup-qemu-action@v4
- name: Check docker
run: |
docker info
docker buildx ls
- name: Build
run: make --directory=bazel/ci amd64_build
- name: Test
run: make --directory=bazel/ci amd64_test