Skip to content

Commit

Permalink
Update build config (#407)
Browse files Browse the repository at this point in the history
Co-authored-by: WojciechMazur <[email protected]>
  • Loading branch information
1 parent 21e02f3 commit b686ab8
Show file tree
Hide file tree
Showing 3 changed files with 90 additions and 8 deletions.
80 changes: 80 additions & 0 deletions .github/workflows/buildConfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -29801,6 +29801,86 @@
]
}
},
"lichess-org/lila-fishnet":{
"project":"lichess-org/lila-fishnet",
"repoUrl":"https://github.com/lichess-org/lila-fishnet.git",
"revision":"",
"version":"HEAD",
"targets":"*%*",
"config":{
"projects":{
"exclude":[

],
"overrides":{

}
},
"java":{
"version":"21"
},
"sbt":{
"commands":[

],
"options":[

]
},
"mill":{
"options":[

]
},
"tests":"full",
"migrationVersions":[

],
"sourcePatches":[

]
}
},
"lichess-org/lila-search":{
"project":"lichess-org/lila-search",
"repoUrl":"https://github.com/lichess-org/lila-search.git",
"revision":"",
"version":"HEAD",
"targets":"*%*",
"config":{
"projects":{
"exclude":[

],
"overrides":{

}
},
"java":{
"version":"21"
},
"sbt":{
"commands":[

],
"options":[

]
},
"mill":{
"options":[

]
},
"tests":"full",
"migrationVersions":[

],
"sourcePatches":[

]
}
},
"lichess-org/lila-ws":{
"project":"lichess-org/lila-ws",
"repoUrl":"https://github.com/lichess-org/lila-ws.git",
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/buildPlan-A.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,6 @@ jobs:
- name: "altoo-ag/scala-kryo-serialization"
- name: "analogweb/analogweb-scala"
- name: "andimiller/decline-completion"
- name: "andyglow/scala-range"
- name: "andyglow/scala-xml-diff"
- name: "andyglow/typesafe-config-scala"
- name: "andyglow/websocket-scala-client"
Expand Down Expand Up @@ -330,6 +329,7 @@ jobs:
- name: "findify/flink-adt"
- name: "findify/flink-scala-api"
- name: "fingo/spata"
- name: "finos/morphir-jvm"
steps:
- name: "Git Checkout"
uses: actions/checkout@v4
Expand All @@ -355,7 +355,6 @@ jobs:
strategy:
matrix:
include:
- name: "finos/morphir-jvm"
- name: "flink-extended/flink-scala-api"
- name: "flxj/platdb"
- name: "flyway/flyway-play"
Expand Down Expand Up @@ -451,7 +450,6 @@ jobs:
- name: "http4s/http4s-prometheus-metrics"
- name: "http4s/http4s-servlet"
- name: "http4s/http4s-session"
- name: "http4s/http4s-twirl"
- name: "i10416/cssminifier"
- name: "i10416/munkres"
- name: "ichoran/kse3"
Expand Down Expand Up @@ -577,6 +575,8 @@ jobs:
- name: "lhns/fs2-compress"
- name: "lhns/munit-tagless-final"
- name: "lichess-org/lila"
- name: "lichess-org/lila-fishnet"
- name: "lichess-org/lila-search"
- name: "lichess-org/lila-ws"
- name: "lichess-org/playframework-lila"
- name: "lichess-org/scalachess"
Expand Down
12 changes: 7 additions & 5 deletions .github/workflows/buildPlan-B.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

# projects total: 612
# projects total: 614
# min stars count: -1
# max projects count: 1000

Expand Down Expand Up @@ -107,6 +107,7 @@ jobs:
- name: "andimiller/hedgehogs"
- name: "andimiller/munit-cats-effect-styles"
- name: "andreamarcolin/oidc4s"
- name: "andyglow/scala-range"
- name: "aoiroaoino/nanolens"
- name: "aparo/zio-json-extra"
- name: "appliedtopology/tda4j"
Expand Down Expand Up @@ -294,6 +295,7 @@ jobs:
- name: "http4s/http4s-async-http-client"
- name: "http4s/http4s-fabric"
- name: "http4s/http4s-play-json"
- name: "http4s/http4s-twirl"
- name: "hughsimpson/scalameter"
- name: "ij-plugins/ijp-scala-console"
- name: "indoorvivants/detective"
Expand Down Expand Up @@ -328,8 +330,6 @@ jobs:
- name: "jodersky/applib"
- name: "jodersky/cronic"
- name: "jodersky/identicon"
- name: "jodersky/redicl"
- name: "jodersky/scalapb-ujson"
steps:
- name: "Git Checkout"
uses: actions/checkout@v4
Expand All @@ -355,6 +355,8 @@ jobs:
strategy:
matrix:
include:
- name: "jodersky/redicl"
- name: "jodersky/scalapb-ujson"
- name: "jodersky/ustats"
- name: "johnhungerford/generic-schema"
- name: "johnhungerford/zikyo"
Expand Down Expand Up @@ -608,8 +610,6 @@ jobs:
- name: "shuwariafrica/version"
- name: "sideeffffect/zio-doobie"
- name: "simy4/coregex"
- name: "sky-uk/fs2-kafka-topic-loader"
- name: "sky-uk/kafka-topic-loader"
steps:
- name: "Git Checkout"
uses: actions/checkout@v4
Expand All @@ -635,6 +635,8 @@ jobs:
strategy:
matrix:
include:
- name: "sky-uk/fs2-kafka-topic-loader"
- name: "sky-uk/kafka-topic-loader"
- name: "snowplow/iglu-scala-core"
- name: "spilne/spilne"
- name: "ssanj/delight"
Expand Down

0 comments on commit b686ab8

Please sign in to comment.