Skip to content

Commit b19af84

Browse files
authored
Drop the explicit install of libzstd from the dev container
With the move to Fedora 43 means it should be included automatically.
1 parent d5a02f0 commit b19af84

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

devcontainer/install-builddeps.sh

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,6 @@ DEPS=(
3030

3131
# LLVM sanitizer runtimes
3232
compiler-rt
33-
34-
# TODO: remove when Fedora version includes Python 3.14
35-
libzstd-devel
3633
)
3734

3835
dnf -y --nodocs --setopt=install_weak_deps=False install ${DEPS[@]}

0 commit comments

Comments
 (0)