Skip to content

Commit

Permalink
FIXME: Use ubuntu:rolling for CI
Browse files Browse the repository at this point in the history
  • Loading branch information
swick committed Jan 7, 2025
1 parent 6dee7a1 commit c1c50a2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# When this file is changed, or one needs to rebuild the image for another
# reason, bump the `IMAGE_TAG` in the container.yml workflow.

FROM ubuntu:latest
FROM ubuntu:rolling

RUN apt update
RUN apt upgrade -y
Expand Down Expand Up @@ -36,7 +36,7 @@ RUN apt install -y --no-install-recommends \
libsystemd-dev \
libtool \
llvm \
libclang-rt-18-dev \
libclang-rt-19-dev \
python3-gi \
shared-mime-info

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/container.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
env:
IMAGE_TAG: 20241211-1
IMAGE_TAG: 20250107-1

on:
workflow_call:
Expand Down
1 change: 0 additions & 1 deletion tests/test_usb.py
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,6 @@ def cb_device_events(session_handle, events):
)

@pytest.mark.parametrize("usb_queries", ["vnd:04a9", None])
@pytest.mark.skipif(xdp.is_in_container(), reason="Test fail in containers")
def test_device_remove(self, portals, dbus_con, app_id, usb_queries, umockdev):
usb_intf = xdp.get_portal_iface(dbus_con, "Usb")

Expand Down

0 comments on commit c1c50a2

Please sign in to comment.