Skip to content

drivers: perf: Do not broadcast to other cpus when starting a counter #659

drivers: perf: Do not broadcast to other cpus when starting a counter

drivers: perf: Do not broadcast to other cpus when starting a counter #659

Workflow file for this run

# SPDX-FileCopyrightText: 2023 Rivos Inc.
#
# SPDX-License-Identifier: Apache-2.0
name: linux-riscv-ci-patches
defaults:
run:
shell: bash -leo pipefail {0}
on: pull_request
jobs:
build-patches:
runs-on: 'self-hosted'
timeout-minutes: 50400 # 35 days
container:
image: ghcr.io/linux-riscv/pw-builder:latest
volumes:
- /disk-1/var/lib/ghrunner:/ccache
steps:
- name: Configure git
run: |
git config --global --add safe.directory '*'
- name: Checkout git
uses: actions/checkout@v4
with:
ref: ${{ github.event.pull_request.head.sha }}
fetch-depth: 0
- name: Run checks
run: |
bash .github/scripts/patches.sh