1
0
mirror of https://github.com/containers/ramalama.git synced 2026-02-05 06:46:39 +01:00

Upgrade podman

Use ubuntu plucky repo for podman

Signed-off-by: Eric Curtin <ecurtin@redhat.com>
This commit is contained in:
Eric Curtin
2025-06-16 16:44:35 +01:00
parent 7955e292df
commit 3d71a9f7c9
2 changed files with 3 additions and 6 deletions

View File

@@ -103,7 +103,6 @@ jobs:
- name: run bats
run: |
export TMPDIR=$(mktemp -d)
make validate
make bats
@@ -143,7 +142,6 @@ jobs:
- name: bats-nocontainer
run: |
export TMPDIR=$(mktemp -d)
make bats-nocontainer
docker:
@@ -228,7 +226,6 @@ jobs:
- name: Run a one-line script
shell: bash
run: |
export TMPDIR=$(mktemp -d)
make install-requirements
make validate
make bats-nocontainer

View File

@@ -40,16 +40,16 @@ help:
@echo
install-detailed-cov-requirements:
uv pip install ".[cov-detailed]"
pip install ".[cov-detailed]"
.PHONY: install-cov-requirements
install-cov-requirements:
uv pip install ".[cov]"
pip install ".[cov]"
.PHONY: install-requirements
install-requirements:
./install-uv.sh
uv pip install ".[dev]"
pip install ".[dev]"
.PHONY: install-completions
install-completions: completions