public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [flatpaks/flatpak-runtime] f45: Remove LLVM again
@ 2026-09-11 14:43 Yaakov Selkowitz
0 siblings, 0 replies; 2+ messages in thread
From: Yaakov Selkowitz @ 2026-09-11 14:43 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : flatpaks/flatpak-runtime
Branch : f45
Commit : 1a5591d402c4359c368524e6aa743a2d514360a1
Author : Yaakov Selkowitz <yselkowi@redhat.com>
Date : 2026-03-02T21:13:17-05:00
Stats : +1/-0 in 1 file(s)
URL : https://src.fedoraproject.org/flatpaks/flatpak-runtime/c/1a5591d402c4359c368524e6aa743a2d514360a1?branch=f45
Log:
Remove LLVM again
Even without any Mesa runtime components in the SDK, perf still requires
llvm-libs.
This partially reverts commit 9399431200885079ff325a674715fbd7cef36f12.
---
diff --git a/tools/resolve-files.py b/tools/resolve-files.py
index 6b46372..6acf345 100755
--- a/tools/resolve-files.py
+++ b/tools/resolve-files.py
@@ -621,6 +621,7 @@ global_package_ignore_patterns = [
'^libtiff-tools$',
'^libxkbcommon-utils$',
'^libvpx-utils$',
+ '^mesa-libd3d-devel$',
'^nuspell*',
'^openssh$',
'^openssl-pkcs11$', # replaced by pkcs11-provider
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [flatpaks/flatpak-runtime] f45: Remove LLVM again
@ 2026-09-11 14:43 Yaakov Selkowitz
0 siblings, 0 replies; 2+ messages in thread
From: Yaakov Selkowitz @ 2026-09-11 14:43 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : flatpaks/flatpak-runtime
Branch : f45
Commit : 04e2f50763c1f64839b69f9e4caec770cabea7aa
Author : Yaakov Selkowitz <yselkowi@redhat.com>
Date : 2026-03-02T21:13:17-05:00
Stats : +4/-0 in 1 file(s)
URL : https://src.fedoraproject.org/flatpaks/flatpak-runtime/c/04e2f50763c1f64839b69f9e4caec770cabea7aa?branch=f45
Log:
Remove LLVM again
Even without any Mesa runtime components in the SDK, perf still requires
llvm-libs.
This partially reverts commit 9399431200885079ff325a674715fbd7cef36f12.
---
diff --git a/container-sdk.in.yaml b/container-sdk.in.yaml
index 9c4ce81..ec87a7f 100644
--- a/container-sdk.in.yaml
+++ b/container-sdk.in.yaml
@@ -112,6 +112,10 @@ flatpak:
# Provide driver implementations with GL extensions
rm -f /usr/lib64/libdrm_*.so*
+ # Rely on GL.default extension for llvm-libs (for perf)
+ rm -fr /usr/lib64/LLVMgold.so* /usr/lib64/lib{LLVM,LTO,Remarks}* \
+ /usr/lib64/bfd-plugins/LLVMgold.so* /usr/lib64/llvm*/
+
# Create symlinks to expected locations from Vulkan extensions
rm -fr /usr/share/vulkan
ln -s ../lib64/vulkan/share/vulkan /usr/share/vulkan
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2026-09-11 14:43 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-09-11 14:43 [flatpaks/flatpak-runtime] f45: Remove LLVM again Yaakov Selkowitz
2026-09-11 14:43 Yaakov Selkowitz
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox