Skip to content

Commit 5d5f899

Browse files
committed
Remove support for Ubuntu Noble in the powershell scenario
The latest official release of PowerShell does not support Ubuntu Noble. It requires libicu<=72, but Noble only offers libicu 74: https://packages.ubuntu.com/search?keywords=libicu&searchon=names&suite=noble&section=all
1 parent 4cf1dc9 commit 5d5f899

File tree

2 files changed

+18
-9
lines changed

2 files changed

+18
-9
lines changed

.github/workflows/build.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -192,6 +192,12 @@ jobs:
192192
# PowerShell does not support ARM64 on Debian-based platforms.
193193
- architecture: arm64
194194
scenario: powershell
195+
# The latest official release of PowerShell does not support
196+
# Ubuntu Noble. It requires libicu <= 72, but Noble only
197+
# offers libicu 74:
198+
# https://packages.ubuntu.com/search?keywords=libicu&searchon=names&suite=noble&section=all
199+
- platform: ubuntu-24-systemd
200+
scenario: powershell
195201
# Debian Bookworm and Trixie do not offer Python 2.
196202
- platform: debian12-systemd
197203
scenario: python2

molecule/powershell/molecule.yml

Lines changed: 12 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -194,15 +194,18 @@ platforms:
194194
# privileged: true
195195
# volumes:
196196
# - /sys/fs/cgroup:/sys/fs/cgroup:rw
197-
- cgroupns_mode: host
198-
command: /lib/systemd/systemd
199-
image: docker.io/geerlingguy/docker-ubuntu2404-ansible:latest
200-
name: ubuntu-24-systemd-amd64
201-
platform: amd64
202-
pre_build_image: true
203-
privileged: true
204-
volumes:
205-
- /sys/fs/cgroup:/sys/fs/cgroup:rw
197+
# The latest official release of PowerShell does not support Ubuntu
198+
# Noble. It requires libicu <= 72, but Noble only offers libicu 74:
199+
# https://packages.ubuntu.com/search?keywords=libicu&searchon=names&suite=noble&section=all
200+
# - cgroupns_mode: host
201+
# command: /lib/systemd/systemd
202+
# image: docker.io/geerlingguy/docker-ubuntu2404-ansible:latest
203+
# name: ubuntu-24-systemd-amd64
204+
# platform: amd64
205+
# pre_build_image: true
206+
# privileged: true
207+
# volumes:
208+
# - /sys/fs/cgroup:/sys/fs/cgroup:rw
206209
# PowerShell does not support ARM64 on Ubuntu.
207210
# - cgroupns_mode: host
208211
# command: /lib/systemd/systemd

0 commit comments

Comments
 (0)