Skip to content

Commit

Permalink
TeamCity: remove riscv64 from configuration (go-delve#3912)
Browse files Browse the repository at this point in the history
We haven't had a builder for 2 months, remove the configuration.
  • Loading branch information
aarzilli authored Feb 4, 2025
1 parent 06b95cd commit 9a39c3f
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .teamcity/settings.kts
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,6 @@ val targets = arrayOf(

"linux/ppc64le/1.24",

"linux/riscv64/tip",

"windows/amd64/1.24",
"windows/amd64/tip",

Expand Down Expand Up @@ -270,7 +268,7 @@ class TestBuild(val os: String, val arch: String, val version: String, buildId:
"386", "amd64" -> equals("teamcity.agent.jvm.os.arch", if (os == "mac") "x86_64" else "amd64")
"arm64" -> equals("teamcity.agent.jvm.os.arch", "aarch64")
"ppc64le" -> equals("teamcity.agent.jvm.os.arch", "ppc64le")
"riscv64" -> equals("teamcity.agent.jvm.os.arch", "riscv64")
// "riscv64" -> equals("teamcity.agent.jvm.os.arch", "riscv64") // The riscv64 needs a builder
}
when (os) {
"linux" -> {
Expand Down

0 comments on commit 9a39c3f

Please sign in to comment.