Skip to content

Commit d351eee

Browse files
committed
Add back required version for build backend and update regex so it does not match
1 parent 7e5fdb3 commit d351eee

5 files changed

Lines changed: 5 additions & 1 deletion

File tree

ci/pixi/asan/cpp/pixi.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ source.path = "../../../../cpp"
4949

5050
[package.build.backend]
5151
name = "pixi-build-cmake"
52+
version = "*"
5253

5354
[package.build.config]
5455
extra-args = [

ci/pixi/asan/python/pixi.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ source.path = "../../../../python"
5353

5454
[package.build.backend]
5555
name = "pixi-build-python"
56+
version = "*"
5657

5758
[package.build.config]
5859
compilers = ["c", "cxx"]

ci/pixi/default/cpp/pixi.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ source.path = "../../../../cpp"
4545

4646
[package.build.backend]
4747
name = "pixi-build-cmake"
48+
version = "*"
4849

4950
[package.build.config]
5051
extra-args = [

ci/pixi/default/python/pixi.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ source.path = "../../../../python"
4949

5050
[package.build.backend]
5151
name = "pixi-build-python"
52+
version = "*"
5253

5354
[package.build.config]
5455
compilers = ["c", "cxx"]

dev/release/utils-prepare.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ update_versions() {
7272

7373
pushd "${ARROW_DIR}/ci/pixi"
7474
sed -i.bak -E -e \
75-
"s/^version = \".+\"/version = \"${python_version}\"/" \
75+
"s/^version = \"[0-9].*\"/version = \"${python_version}\"/" \
7676
*/*/pixi.toml
7777
rm -f */*/pixi.toml.bak
7878
git add */*/pixi.toml

0 commit comments

Comments
 (0)