Skip to content

regmap: added read all for file read #3051

regmap: added read all for file read

regmap: added read all for file read #3051

Workflow file for this run

name: Ubuntu 20 Scopy Build
on: [push, pull_request]
env:
BUILD_HOST: ubuntu-20.04
USERNAME: github-actions
jobs:
build_scopy_on_ubuntu20:
runs-on: ubuntu-20.04
container:
image: cristianbindea/scopy2-ubuntu20:latest
options: --user root
steps:
- uses: actions/checkout@v3
- name: Build Scopy
run: |
/bin/bash -c "git config --global --add safe.directory $GITHUB_WORKSPACE"
/bin/bash -c "export CI_SCRIPT=ON && $GITHUB_WORKSPACE/ci/ubuntu/ubuntu_build_process.sh build_scopy"