Skip to content

Commit 2cbab9a

Browse files
authored
Merge pull request #111 from marmijo/walinux-x86-aarch64
NO-JIRA: common.yaml: only inlude WALinuxAgent-udev in x86_64 and aarch64
2 parents fe6037c + 3acd632 commit 2cbab9a

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

common.yaml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -291,8 +291,6 @@ packages:
291291
# https://bugzilla.redhat.com/show_bug.cgi?id=1877905
292292
# https://bugzilla.redhat.com/show_bug.cgi?id=1886201
293293
- perl-interpreter
294-
# Upstream PR https://github.com/coreos/fedora-coreos-config/pull/786
295-
- WALinuxAgent-udev
296294
# Provide fips-mode-setup which is needed by rhcos-fips.sh
297295
- crypto-policies-scripts
298296
# For semanage
@@ -314,6 +312,9 @@ packages-x86_64:
314312
- ostree-grub2
315313
# rdma-core cleanly covers some key bare metal use cases
316314
- rdma-core
315+
# Upstream PR https://github.com/coreos/fedora-coreos-config/pull/786
316+
# This package is only available on x86_64 and aarch64: https://issues.redhat.com/browse/ENGCMP-5941
317+
- WALinuxAgent-udev
317318

318319
packages-ppc64le:
319320
- irqbalance
@@ -324,6 +325,9 @@ packages-ppc64le:
324325

325326
packages-aarch64:
326327
- irqbalance
328+
# Upstream PR https://github.com/coreos/fedora-coreos-config/pull/786
329+
# This package is only available on x86_64 and aarch64: https://issues.redhat.com/browse/ENGCMP-5941
330+
- WALinuxAgent-udev
327331

328332
packages-s390x:
329333
# Required genprotimg for IBM Secure Execution

0 commit comments

Comments
 (0)