New rocky approach

This commit is contained in:
Jordan Carlin 2024-07-15 23:22:53 -07:00
parent 58018ceff6
commit 06f909f9bf
No known key found for this signature in database
2 changed files with 9 additions and 23 deletions

View File

@ -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

View File

@ -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