Marcel Telka
2024-04-06 d5f77aba7114f0848f8116baa85c485375bc1385
commit | author | age
499a59 1 # this is a sed script
486aec 2
dc09f4 3 # skip openindiana/pkg/pkg/src/pkg/manifests directory
4 /^openindiana\/pkg\/pkg\/src\/pkg\/manifests$/d
e9b696 5 # skip openindiana/illumos-gate, it should be built directly
AL 6 /^openindiana\/illumos-gate$/d
dc09f4 7 # skip openindiana/kvm, it should be built with illumos-gate
2b147d 8 /^openindiana\/kvm$/d
486aec 9
6185b3 10 # Don't publish encumbered packages by default
AP 11 /^encumbered\//d
12
e9b696 13 # openssl 0.9.8 should not be built directly
AL 14 /^library\/openssl\/openssl-0.9.8$/d
15
9caa7b 16 # Below is a list of components, which are known to build, but are 
581c72 17 # disabled for a particular reason. Each entry contains a path below
AW 18 # oi-userland/components/ and the format is:
9caa7b 19 # # <reason why is package disabled>
AS 20 # /^package$/d
e94064 21 #
a27dff 22 # Temporarily disable failing builds:
8adfc5 23 /^editor\/vim$/d
e5a950 24 /^library\/gcr$/d
fa6fb9 25 /^library\/libsmbclient$/d
f1e4d6 26 /^network\/samba$/d
af0bb3 27 /^web\/php\/php-8_2-ext-redis$/d
581c72 28 # Our build server fails to build the following packages (the builds succeed on other build systems):
04e62c 29 /^desktop\/libayatana-appindicator$/d
c7e315 30 /^runtime\/openjdk-11$/d
dbaa9a 31 /^runtime\/smalltalk\/squeak$/d
e2f01c 32 # We cannot build sbcl on our build server because it lacks AVX2 support.
7ff625 33 # Instead we need to provide pre-published files and publish it manually.
AW 34 /^runtime\/sbcl$/d