Skip to content

arm64: dts: qcom: msm8916-samsung-gprime/j5: drop incorrect accelerometer interrupt-names #221

arm64: dts: qcom: msm8916-samsung-gprime/j5: drop incorrect accelerometer interrupt-names

arm64: dts: qcom: msm8916-samsung-gprime/j5: drop incorrect accelerometer interrupt-names #221

Workflow file for this run

name: Build
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
arch: [arm64, arm]
compiler: [gcc, clang]
env:
ARCH: ${{ matrix.arch }}
steps:
- uses: actions/checkout@v3
- uses: jirutka/setup-alpine@v1
- name: Prepare build environment
run: ./.ci-prepare.sh ${{ matrix.compiler }}
shell: alpine.sh --root {0}
- name: Build
run: ./.ci-build.sh
shell: alpine.sh {0}