mirror of
https://github.com/openhwgroup/cvw
synced 2025-02-03 02:05:21 +00:00
Run make linux with sudo in installation test
This commit is contained in:
parent
84ee1f0b17
commit
f115ee9e72
6
.github/workflows/install.yml
vendored
6
.github/workflows/install.yml
vendored
@ -30,7 +30,7 @@ jobs:
|
|||||||
- name: make buildroot
|
- name: make buildroot
|
||||||
run: |
|
run: |
|
||||||
source setup.sh
|
source setup.sh
|
||||||
make -C linux
|
sudo make -C linux
|
||||||
- name: regression
|
- name: regression
|
||||||
run: |
|
run: |
|
||||||
source setup.sh
|
source setup.sh
|
||||||
@ -77,7 +77,7 @@ jobs:
|
|||||||
nsenter -t 1 -m -u -n -i bash -c "$(cat .github/cli-space-cleanup.sh)"
|
nsenter -t 1 -m -u -n -i bash -c "$(cat .github/cli-space-cleanup.sh)"
|
||||||
df -h
|
df -h
|
||||||
- name: install
|
- name: install
|
||||||
run: ./bin/wally-tool-chain-install.sh --clean
|
run: sudo ./bin/wally-tool-chain-install.sh --clean
|
||||||
- name: make tests
|
- name: make tests
|
||||||
run: |
|
run: |
|
||||||
source setup.sh
|
source setup.sh
|
||||||
@ -85,7 +85,7 @@ jobs:
|
|||||||
- name: make buildroot
|
- name: make buildroot
|
||||||
run: |
|
run: |
|
||||||
source setup.sh
|
source setup.sh
|
||||||
make -C linux
|
sudo make -C linux
|
||||||
- name: regression
|
- name: regression
|
||||||
run: |
|
run: |
|
||||||
source setup.sh
|
source setup.sh
|
||||||
|
Loading…
Reference in New Issue
Block a user