Skip to content

Commit 68cd7ab

Browse files
committed
chore: disable pgo for aarch64, because it's not supported with cross
1 parent b5a25d0 commit 68cd7ab

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

rust/cubestore/cross/docker-bake.hcl

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,12 @@ variable "LLVM_VERSION" {
99

1010
variable "PYTHON_VERSIONS" {
1111
default = [
12-
{
13-
python_version = "3.14.0"
14-
python_version_sufix = "rc1"
15-
python_release = "3.14"
16-
},
12+
# TODO: Enable after release.
13+
# {
14+
# python_version = "3.14.0"
15+
# python_version_sufix = "rc1"
16+
# python_release = "3.14"
17+
# },
1718
{
1819
python_version = "3.13.5"
1920
python_version_sufix = ""

0 commit comments

Comments
 (0)