Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commita17eaac

Browse files
authored
Possible speedups (#15)
* Update to Fedora 41 with dnf5This should be faster, seehttps://fedoraproject.org/wiki/Changes/ReplaceDnfWithDnf5> Significantly faster for many user cases> Optimization of download metadataFedora 41 is currently still in beta, but if this causes trouble, we can always revert.Related to#8* Disable extra repository with a multimedia codecThe repository is enabled by default but we don't need it.By explicitly disabling it, we prevent unnecessary metadata fetch.Related to#8
1 parent7a68613 commita17eaac

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

‎devcontainer/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM docker.io/library/fedora:40
1+
FROM docker.io/library/fedora:41
22

33
ENV CC=clang
44

@@ -9,8 +9,8 @@ ENV WASMTIME_HOME=/opt/wasmtime
99
ENV WASMTIME_VERSION=22.0.0
1010
ENV WASMTIME_CPU_ARCH=x86_64
1111

12-
RUN dnf -y --nodocs --setopt=install_weak_deps=False install /usr/bin/{blurb,clang,curl,git,ln,tar,xz}'dnf-command(builddep)' && \
13-
dnf -y --nodocs --setopt=install_weak_deps=False builddep python3 && \
12+
RUN dnf -y --nodocs --setopt=install_weak_deps=False--disablerepo=fedora-cisco-openh264install /usr/bin/{blurb,clang,curl,git,ln,tar,xz}'dnf5-command(builddep)' && \
13+
dnf -y --nodocs --setopt=install_weak_deps=False--disablerepo=fedora-cisco-openh264builddep python3 && \
1414
dnf -y clean all
1515

1616
RUN mkdir ${WASI_SDK_PATH} && \

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp