File tree Expand file tree Collapse file tree 5 files changed +8
-8
lines changed
Expand file tree Collapse file tree 5 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 8888 uses : addnab/docker-run-action@v3
8989 if : steps.check-history.outputs.can-skip-build != 'true'
9090 with :
91- image : " virtuslab/scala-community-build-project-builder:jdk${{ env.java-version }}-v0.2.5 "
91+ image : " virtuslab/scala-community-build-project-builder:jdk${{ env.java-version }}-v0.2.6 "
9292 options : -v ${{ github.workspace }}:/opencb/ -v ${{ github.workspace }}/github_rsa:/root/.ssh/id_rsa:ro
9393 run : |
9494 DefaultConfig='{"memoryRequestMb":4096}'
@@ -168,7 +168,7 @@ runs:
168168 uses : addnab/docker-run-action@v3
169169 if : steps.check-history.outputs.can-skip-build != 'true'
170170 with :
171- image : " virtuslab/scala-community-build-project-builder:jdk${{ env.java-version }}-v0.2.5 "
171+ image : " virtuslab/scala-community-build-project-builder:jdk${{ env.java-version }}-latest "
172172 options : -v ${{ github.workspace }}:/opencb/ -e ELASTIC_USERNAME=${{ inputs.elastic-user }} -e ELASTIC_PASSWORD=${{ inputs.elastic-password }}
173173 run : |
174174 ConfigFile="/opencb/.github/workflows/buildConfig.json"
Original file line number Diff line number Diff line change 7272 uses : addnab/docker-run-action@v3
7373 if : steps.check-published.outputs.is-compiler-published == 'false'
7474 with :
75- image : " virtuslab/scala-community-build-compiler-builder:v0.2.5 "
75+ image : " virtuslab/scala-community-build-compiler-builder:v0.2.6 "
7676 options : -v ${{ github.workspace }}/compiler:/compiler/
7777 run : |
7878 Version="${{ steps.calc-version.outputs.effective-scala-version }}"
Original file line number Diff line number Diff line change @@ -93,19 +93,19 @@ eval $(minikube -p minikube docker-env)
9393Most likely you'll need to build the base image only once (it doesn't get modified too often but building it takes quite a lot of time), e.g.:
9494
9595``` shell
96- scripts/build-builder-base.sh v0.2.5
96+ scripts/build-builder-base.sh version
9797```
9898
9999Build all the remaining images
100100
101101``` shell
102- scripts/build-quick.sh v0.2.5
102+ scripts/build-quick.sh version
103103```
104104
105105or (re)build each image separately e.g.
106106
107107``` shell
108- scripts/build-mvn-repo.sh v0.2.5
108+ scripts/build-mvn-repo.sh version
109109```
110110
111111### Deploying and debugging in k8s
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ class FailedProjectException(msg: String)
3131 with NoStackTrace
3232
3333val communityBuildVersion =
34- sys.props.getOrElse(" communitybuild.version" , " v0.2.5 " )
34+ sys.props.getOrElse(" communitybuild.version" , " v0.2.6 " )
3535private val CBRepoName = " VirtusLab/community-build3"
3636val projectBuilderUrl =
3737 s " https://raw.githubusercontent.com/ $CBRepoName/master/project-builder "
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ import java.nio.file.attribute.PosixFilePermissions
99import java .nio .charset .StandardCharsets
1010import java .nio .file ._
1111
12- val communityBuildVersion = " v0.2.5 "
12+ val communityBuildVersion = " v0.2.6 "
1313
1414@ main def run (args : String * ): Unit =
1515 val config = scopt.OParser
You can’t perform that action at this time.
0 commit comments