Shoe versions
Buildtest / build (push) Failing after 51s

This commit is contained in:
Dominik Werder
2026-07-03 11:18:30 +02:00
parent fd9676c9f5
commit 5f0678c4d8
+14 -3
View File
@@ -16,9 +16,11 @@ jobs:
PODMAN_STORAGE: ${{ gitea.workspace }}/.podman-storage
PODMAN_RUNROOT: ${{ gitea.workspace }}/.podman-runroot
steps:
- name: Install Podman
- name: Install podman
run: dnf install --assumeyes podman
- run: |
- name: Load build image
run: |
ls /etc/*release
cat /etc/*release
cat > storage.conf <<EOF
[storage]
@@ -41,7 +43,16 @@ jobs:
$PODMAN images
$PODMAN image list
$PODMAN container list
- name: Install Node
- name: Install node
run: dnf install --assumeyes nodejs
- name: Check out repository
uses: actions/checkout@v4
- name: Build
run: |
podman run -it --rm localhost/devimgs/centos-7-rust-flat id
podman run -it --rm localhost/devimgs/centos-7-rust-flat pwd
podman run -it --rm localhost/devimgs/centos-7-rust-flat ls /data
podman run -it --rm localhost/devimgs/centos-7-rust-flat cc --version
podman run -it --rm localhost/devimgs/centos-7-rust-flat rustup --version
podman run -it --rm localhost/devimgs/centos-7-rust-flat cargo --version
podman run -it --rm localhost/devimgs/centos-7-rust-flat rustc --version