Skip to content

Commit

Permalink
Revert "Workaround 2319608."
Browse files Browse the repository at this point in the history
This reverts commit cf44196.

With python3-sssdconfig-0:2.10.0-3.fc42 in rawhide the issue is no longer present.
  • Loading branch information
adelton committed Dec 5, 2024
1 parent 8c92bba commit a7dbb54
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Dockerfile.fedora-rawhide
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,6 @@ RUN dnf upgrade -y --setopt=install_weak_deps=False \
&& dnf install -y --setopt=install_weak_deps=False freeipa-server freeipa-server-dns freeipa-server-trust-ad freeipa-healthcheck freeipa-client-epn patch \
&& dnf clean all

# Workaround 2319608
RUN python3 -c 'import SSSDConfig'

# debug: RUN test $( getent passwd | grep -E "^(dirsrv:x:389|ipaapi:x:289|kdcproxy:x:288|pkiuser:x:17):" | wc -l ) -eq 4

# var-lib-nfs-rpc_pipefs.mount would run (and fail) nondeterministically
Expand Down

0 comments on commit a7dbb54

Please sign in to comment.