This commit is contained in:
Daniel Girtler 2023-09-05 21:32:30 +10:00
parent d93bf84e59
commit bcf1eb3e36
8 changed files with 7 additions and 8 deletions

View File

@ -6,7 +6,7 @@ jobs:
container: container:
image: archlinux:latest image: archlinux:latest
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v4
- run: pacman --noconfirm -Syu bandit - run: pacman --noconfirm -Syu bandit
- name: Security checkup with Bandit - name: Security checkup with Bandit
run: bandit -r archinstall || exit 0 run: bandit -r archinstall || exit 0

View File

@ -6,7 +6,7 @@ jobs:
container: container:
image: archlinux:latest image: archlinux:latest
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v4
- run: pacman --noconfirm -Syu python python-pip - run: pacman --noconfirm -Syu python python-pip
- run: pip install --break-system-packages --upgrade pip - run: pip install --break-system-packages --upgrade pip
- run: pip install --break-system-packages flake8 - run: pip install --break-system-packages flake8

View File

@ -26,7 +26,7 @@ jobs:
image: archlinux:latest image: archlinux:latest
options: --privileged options: --privileged
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v4
- run: pwd - run: pwd
- run: find . - run: find .
- run: cat /etc/os-release - run: cat /etc/os-release

View File

@ -6,7 +6,7 @@ jobs:
container: container:
image: archlinux:latest image: archlinux:latest
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v4
- run: pacman --noconfirm -Syu python mypy python-pip - run: pacman --noconfirm -Syu python mypy python-pip
- run: pip install --break-system-packages --upgrade pip - run: pip install --break-system-packages --upgrade pip
- run: pip install --break-system-packages fastapi pydantic - run: pip install --break-system-packages fastapi pydantic

View File

@ -7,7 +7,7 @@ jobs:
image: archlinux:latest image: archlinux:latest
options: --privileged options: --privileged
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v4
- run: pacman --noconfirm -Syu python python-pip qemu gcc - run: pacman --noconfirm -Syu python python-pip qemu gcc
- run: python -m pip install --break-system-packages --upgrade pip - run: python -m pip install --break-system-packages --upgrade pip
- run: pip install --break-system-packages pytest - run: pip install --break-system-packages pytest

View File

@ -19,7 +19,6 @@ jobs:
pacman --noconfirm -Sy python-pip python-pyparted python-simple-term-menu pkgconfig gcc pacman --noconfirm -Sy python-pip python-pyparted python-simple-term-menu pkgconfig gcc
- name: Install build dependencies - name: Install build dependencies
run: | run: |
python -m pip install --break-system-packages --upgrade pip
pip install --break-system-packages --upgrade build twine wheel setuptools installer pip install --break-system-packages --upgrade build twine wheel setuptools installer
pip uninstall archinstall -y --break-system-packages pip uninstall archinstall -y --break-system-packages
- name: Build archinstall - name: Build archinstall

View File

@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v4
- name: Set up Python - name: Set up Python
uses: actions/setup-python@v4 uses: actions/setup-python@v4
with: with:

View File

@ -12,7 +12,7 @@ jobs:
container: container:
image: archlinux:latest image: archlinux:latest
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v4
- run: pacman --noconfirm -Syu python - run: pacman --noconfirm -Syu python
- run: cd archinstall/locales - run: cd archinstall/locales
- run: pwd - run: pwd