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:
|
||||
name: Test installation on Rocky 9
|
||||
runs-on: ubuntu-latest
|
||||
defaults:
|
||||
run:
|
||||
shell: bash
|
||||
|
||||
container:
|
||||
image: rockylinux:8
|
||||
options: --privileged --mount type=bind, source=/, target=/
|
||||
steps:
|
||||
- run: df -h
|
||||
- name: free up storage
|
||||
run: sudo rm -rf /usr/local/lib/android
|
||||
- run: docker run -ia rockylinux:8
|
||||
- name: check distro
|
||||
run: cat /etc/os-release
|
||||
- run: dnf install -y sudo
|
||||
- name: free up storage
|
||||
run: |
|
||||
df -h
|
||||
sudo rm -rf /usr/local/lib/android
|
||||
- uses: actions/checkout@v4
|
||||
- name: install
|
||||
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