Skip to content

Commit 14b4fb5

Browse files
Update build config (#472)
Co-authored-by: WojciechMazur <[email protected]>
1 parent 2be242c commit 14b4fb5

File tree

3 files changed

+15
-120
lines changed

3 files changed

+15
-120
lines changed

.github/workflows/buildConfig.json

Lines changed: 7 additions & 109 deletions
Original file line numberDiff line numberDiff line change
@@ -905,7 +905,7 @@
905905

906906
]
907907
},
908-
"tests":"full",
908+
"tests":"compile-only",
909909
"migrationVersions":[
910910

911911
],
@@ -1014,7 +1014,7 @@
10141014
},
10151015
"sbt":{
10161016
"commands":[
1017-
"disableFatalWarnings"
1017+
"set every targetSystemJdk := true"
10181018
],
10191019
"options":[
10201020

@@ -2611,7 +2611,7 @@
26112611
},
26122612
"sbt":{
26132613
"commands":[
2614-
2614+
"set every targetSystemJdk := true"
26152615
],
26162616
"options":[
26172617

@@ -4603,9 +4603,8 @@
46034603
]
46044604
},
46054605
"tests":"full",
4606-
"sourceVersion":"3.0-migration",
46074606
"migrationVersions":[
4608-
"3.4.2"
4607+
46094608
],
46104609
"sourcePatches":[
46114610

@@ -32743,7 +32742,7 @@
3274332742

3274432743
]
3274532744
},
32746-
"tests":"full",
32745+
"tests":"compile-only",
3274732746
"migrationVersions":[
3274832747

3274932748
],
@@ -34328,46 +34327,6 @@
3432834327
]
3432934328
}
3433034329
},
34331-
"mercurievv/minuscles":{
34332-
"project":"mercurievv/minuscles",
34333-
"repoUrl":"https://github.com/mercurievv/minuscles.git",
34334-
"revision":"v0.1.1",
34335-
"version":"0.1.1",
34336-
"targets":"io.github.mercurievv.minuscles%conversions io.github.mercurievv.minuscles%tuples_plens",
34337-
"config":{
34338-
"projects":{
34339-
"exclude":[
34340-
"io.github.mercurievv.minuscles%conversions"
34341-
],
34342-
"overrides":{
34343-
34344-
}
34345-
},
34346-
"java":{
34347-
"version":"17"
34348-
},
34349-
"sbt":{
34350-
"commands":[
34351-
34352-
],
34353-
"options":[
34354-
34355-
]
34356-
},
34357-
"mill":{
34358-
"options":[
34359-
34360-
]
34361-
},
34362-
"tests":"full",
34363-
"migrationVersions":[
34364-
34365-
],
34366-
"sourcePatches":[
34367-
34368-
]
34369-
}
34370-
},
3437134330
"metarank/cfor":{
3437234331
"project":"metarank/cfor",
3437334332
"repoUrl":"https://github.com/metarank/cfor.git",
@@ -48378,7 +48337,7 @@
4837848337

4837948338
]
4838048339
},
48381-
"tests":"full",
48340+
"tests":"compile-only",
4838248341
"migrationVersions":[
4838348342
"3.4.2"
4838448343
],
@@ -50373,13 +50332,6 @@
5037350332
"version":"2.0.5",
5037450333
"targets":"de.halcony%scala-argparse"
5037550334
},
50376-
"simkoc/scala-processes":{
50377-
"project":"simkoc/scala-processes",
50378-
"repoUrl":"https://github.com/simkoc/scala-processes.git",
50379-
"revision":"",
50380-
"version":"1.0.7",
50381-
"targets":"de.halcony%scala-processes"
50382-
},
5038350335
"simy4/coregex":{
5038450336
"project":"simy4/coregex",
5038550337
"repoUrl":"https://github.com/simy4/coregex.git",
@@ -53486,16 +53438,6 @@
5348653438

5348753439
],
5348853440
"sourcePatches":[
53489-
{
53490-
"path":"module/ldbc-schema/src/main/scala/ldbc/schema/TableQuery.scala",
53491-
"pattern":".asExprOf[T]",
53492-
"replaceWith":".asExprOf[AbstractTable[AbstractTableQuery.Extract[T]]]"
53493-
},
53494-
{
53495-
"path":"module/ldbc-schema/src/main/scala/ldbc/schema/TableQuery.scala",
53496-
"pattern":"'{ apply[AbstractTableQuery.Extract[T], T]($table) }",
53497-
"replaceWith":"'{ apply($table).asInstanceOf[AbstractTableQuery[T, Table.Opt[AbstractTableQuery.Extract[T]]]] }"
53498-
},
5349953441
{
5350053442
"path":"project/Versions.scala",
5350153443
"pattern":"val scala3 = \"3.3.5\"",
@@ -58768,7 +58710,7 @@
5876858710

5876958711
]
5877058712
},
58771-
"tests":"full",
58713+
"tests":"compile-only",
5877258714
"migrationVersions":[
5877358715
"3.4.2"
5877458716
],
@@ -62847,50 +62789,6 @@
6284762789
]
6284862790
}
6284962791
},
62850-
"zio-archive/zio-openai":{
62851-
"project":"zio-archive/zio-openai",
62852-
"repoUrl":"https://github.com/zio-archive/zio-openai.git",
62853-
"revision":"v0.4.1",
62854-
"version":"0.4.1",
62855-
"targets":"dev.zio%zio-openai",
62856-
"config":{
62857-
"projects":{
62858-
"exclude":[
62859-
62860-
],
62861-
"overrides":{
62862-
62863-
}
62864-
},
62865-
"java":{
62866-
"version":"17"
62867-
},
62868-
"sbt":{
62869-
"commands":[
62870-
62871-
],
62872-
"options":[
62873-
62874-
]
62875-
},
62876-
"mill":{
62877-
"options":[
62878-
62879-
]
62880-
},
62881-
"tests":"full",
62882-
"migrationVersions":[
62883-
62884-
],
62885-
"sourcePatches":[
62886-
{
62887-
"path":"project/BuildHelper.scala",
62888-
"pattern":"val ScalaDotty: String = versions(\"3.3\")",
62889-
"replaceWith":"val ScalaDotty: String = \"<SCALA_VERSION>\""
62890-
}
62891-
]
62892-
}
62893-
},
6289462792
"zio-archive/zio-optics":{
6289562793
"project":"zio-archive/zio-optics",
6289662794
"repoUrl":"https://github.com/zio-archive/zio-optics.git",

.github/workflows/buildPlan-A.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -159,6 +159,7 @@ jobs:
159159
- name: "benhutchison/scalaswingcontrib"
160160
- name: "bilal-fazlani/zio-maelstrom"
161161
- name: "bilal-fazlani/zio-ulid"
162+
- name: "billzabob/fordeckmacia"
162163
- name: "bishabosha/enhanced-string-interpolator"
163164
- name: "bishabosha/enum-extensions"
164165
- name: "bishabosha/ops-mirror"
@@ -329,7 +330,6 @@ jobs:
329330
- name: "fiatjaf/scoin"
330331
- name: "filosganga/batcher"
331332
- name: "filosganga/jsonpath"
332-
- name: "findify/flink-adt"
333333
steps:
334334
- name: "Git Checkout"
335335
uses: actions/checkout@v4
@@ -355,6 +355,7 @@ jobs:
355355
strategy:
356356
matrix:
357357
include:
358+
- name: "findify/flink-adt"
358359
- name: "findify/flink-scala-api"
359360
- name: "fingo/spata"
360361
- name: "finos/morphir-jvm"
@@ -609,7 +610,6 @@ jobs:
609610
- name: "max-leuthaeuser/scroll"
610611
- name: "mdedetrich/pekko-streams-circe"
611612
- name: "medeia/medeia"
612-
- name: "metarank/cfor"
613613
steps:
614614
- name: "Git Checkout"
615615
uses: actions/checkout@v4
@@ -635,6 +635,7 @@ jobs:
635635
strategy:
636636
matrix:
637637
include:
638+
- name: "metarank/cfor"
638639
- name: "metarank/ltrlib"
639640
- name: "minosiants/pencil"
640641
- name: "mjakubowski84/parquet4s"
@@ -889,7 +890,6 @@ jobs:
889890
- name: "sirthias/borer"
890891
- name: "sirthias/macrolizer"
891892
- name: "sirthias/parboiled2"
892-
- name: "sirthias/scala-ssh"
893893
steps:
894894
- name: "Git Checkout"
895895
uses: actions/checkout@v4
@@ -915,6 +915,7 @@ jobs:
915915
strategy:
916916
matrix:
917917
include:
918+
- name: "sirthias/scala-ssh"
918919
- name: "sirthias/spliff"
919920
- name: "sksamuel/avro4s"
920921
- name: "slack-scala-client/slack-scala-client"
@@ -1116,7 +1117,6 @@ jobs:
11161117
- name: "zio-archive/zio-metrics-legacy"
11171118
- name: "zio-archive/zio-mock"
11181119
- name: "zio-archive/zio-nio"
1119-
- name: "zio-archive/zio-openai"
11201120
- name: "zio-archive/zio-optics"
11211121
- name: "zio-archive/zio-sql"
11221122
- name: "zio-archive/zio-test-intellij"

.github/workflows/buildPlan-B.yaml

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
# projects total: 728
2+
# projects total: 725
33
# min stars count: -1
44
# max projects count: 1000
55

@@ -151,7 +151,6 @@ jobs:
151151
- name: "bilal-fazlani/scala-aql"
152152
- name: "bilal-fazlani/swiftbar4s"
153153
- name: "bilal-fazlani/zio-mongo"
154-
- name: "billzabob/fordeckmacia"
155154
- name: "bitlap/validation-scala"
156155
- name: "bitlap/zio-pekko"
157156
- name: "bitmarck-service/base32check-scala"
@@ -330,6 +329,7 @@ jobs:
330329
- name: "hughsimpson/scalameter"
331330
- name: "ij-plugins/ijp-javacv"
332331
- name: "ij-plugins/ijp-scala-console"
332+
- name: "indoorvivants/detective"
333333
steps:
334334
- name: "Git Checkout"
335335
uses: actions/checkout@v4
@@ -355,7 +355,6 @@ jobs:
355355
strategy:
356356
matrix:
357357
include:
358-
- name: "indoorvivants/detective"
359358
- name: "indoorvivants/genovese"
360359
- name: "indoorvivants/mdoc-d2"
361360
- name: "indoorvivants/mdoc-effect"
@@ -512,7 +511,6 @@ jobs:
512511
- name: "mattlangsenkamp/svgbounds"
513512
- name: "mbannour/mongoscala3codec"
514513
- name: "mdedetrich/scalacheck"
515-
- name: "mercurievv/minuscles"
516514
- name: "mimoguz/layeredfonticon"
517515
- name: "mixql/mixql-core"
518516
- name: "mixql/mixql-engine"
@@ -610,6 +608,8 @@ jobs:
610608
- name: "polyvariant/caliban-gitlab"
611609
- name: "polyvariant/respectfully"
612610
- name: "polyvariant/scodec-java-classfile"
611+
- name: "polyvariant/treesitter4s"
612+
- name: "pomadchin/tagless-mid"
613613
steps:
614614
- name: "Git Checkout"
615615
uses: actions/checkout@v4
@@ -635,8 +635,6 @@ jobs:
635635
strategy:
636636
matrix:
637637
include:
638-
- name: "polyvariant/treesitter4s"
639-
- name: "pomadchin/tagless-mid"
640638
- name: "potencia/formats"
641639
- name: "ppurang/abctemplates"
642640
- name: "pschichtel/obd4s"
@@ -731,7 +729,6 @@ jobs:
731729
- name: "shuwariafrica/version"
732730
- name: "sideeffffect/liquibase-doobie"
733731
- name: "simkoc/scala-argparse"
734-
- name: "simkoc/scala-processes"
735732
- name: "simy4/coregex"
736733
- name: "sky-uk/fs2-kafka-topic-loader"
737734
- name: "sky-uk/kafka-topic-loader"

0 commit comments

Comments
 (0)