mirror of
https://github.com/openhwgroup/cvw
synced 2025-01-23 21:14:37 +00:00
New rocky approach
This commit is contained in:
parent
58018ceff6
commit
06f909f9bf
17
.github/workflows/rockyInstall.yml
vendored
17
.github/workflows/rockyInstall.yml
vendored
@ -6,16 +6,17 @@ jobs:
|
|||||||
install:
|
install:
|
||||||
name: Test installation on Rocky 9
|
name: Test installation on Rocky 9
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
defaults:
|
container:
|
||||||
run:
|
image: rockylinux:8
|
||||||
shell: bash
|
options: --privileged --mount type=bind, source=/, target=/
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- run: df -h
|
- name: check distro
|
||||||
- name: free up storage
|
run: cat /etc/os-release
|
||||||
run: sudo rm -rf /usr/local/lib/android
|
|
||||||
- run: docker run -ia rockylinux:8
|
|
||||||
- run: dnf install -y sudo
|
- run: dnf install -y sudo
|
||||||
|
- name: free up storage
|
||||||
|
run: |
|
||||||
|
df -h
|
||||||
|
sudo rm -rf /usr/local/lib/android
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- name: install
|
- name: install
|
||||||
run: ./bin/wally-tool-chain-install.sh
|
run: ./bin/wally-tool-chain-install.sh
|
||||||
|
15
.github/workflows/rockytest.yml
vendored
15
.github/workflows/rockytest.yml
vendored
@ -1,15 +0,0 @@
|
|||||||
name: Rocky Linux 8 Workflow
|
|
||||||
|
|
||||||
on: [workflow_dispatch]
|
|
||||||
|
|
||||||
jobs:
|
|
||||||
build:
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
steps:
|
|
||||||
- name: parent os
|
|
||||||
run: cat /etc/os-release
|
|
||||||
- name: docker os
|
|
||||||
uses: docker://rockylinux:8
|
|
||||||
with:
|
|
||||||
entrypoint: /bin/bash
|
|
||||||
args: cat /etc/os-release
|
|
Loading…
Reference in New Issue
Block a user