Skip to content

Commit b253002

Browse files
committed
feat: add a blacklist of packages
* Don't build packages in the blacklist for various reasons Signed-off-by: Zhou Qiankang <wszqkzqk@qq.com>
1 parent ce0e607 commit b253002

File tree

1 file changed

+47
-0
lines changed

1 file changed

+47
-0
lines changed

blacklist.txt

Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
1+
# Binary package that don't have RISC-V support
2+
cuda
3+
cudnn
4+
dart
5+
discord
6+
discord-canary
7+
hsa-amd-aqlprofile-bin
8+
nvidia
9+
nvidia-cg-toolkit
10+
nvidia-dkms
11+
nvidia-lts
12+
nvidia-utils
13+
obsidian
14+
opencl-nvidia
15+
opera
16+
reaper
17+
teamspeak3
18+
teamspeak3-server
19+
vivaldi
20+
21+
# No hardware support
22+
amd-ucode
23+
dosemu
24+
i7z
25+
intel-gmmlib
26+
intel-gpu-tools
27+
intel-graphics-compiler
28+
intel-media-driver
29+
intel-media-sdk
30+
intel-metee
31+
intel-metee-doc
32+
intel-mkl
33+
intel-mkl-static
34+
intel-opencl-clang
35+
intel-ucode
36+
intel-undervolt
37+
libmfx
38+
libva-intel-driver
39+
throttled
40+
tp_smapi
41+
tp_smapi-lts
42+
tpacpi-bat
43+
turbostat
44+
vulkan-intel
45+
x86_energy_perf_policy
46+
xf86-video-intel
47+
xf86-video-openchrome

0 commit comments

Comments
 (0)