Skip to content

Commit d1debd9

Browse files
committed
Adding target for python wheels
1 parent 0d3bfe1 commit d1debd9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Jenkinsfile

+4-4
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ pipeline
4444
steps
4545
{
4646
sh 'git update-index --skip-worktree Unreal/CarlaUE4/CarlaUE4.uproject'
47-
sh 'make setup ARGS="--python-version=3.7,2 --chrono"'
47+
sh 'make setup ARGS="--python-version=3.7,2 --target-wheel-platform=manylinux_2_27_x86_64 --chrono"'
4848
}
4949
}
5050
stage('ubuntu build')
@@ -72,7 +72,7 @@ pipeline
7272
{
7373
steps
7474
{
75-
sh 'make check ARGS="--all --xml --python-version=3.7,2"'
75+
sh 'make check ARGS="--all --xml --python-version=3.7,2 --target-wheel-platform=manylinux_2_27_x86_64"'
7676
}
7777
post
7878
{
@@ -95,7 +95,7 @@ pipeline
9595
steps
9696
{
9797
sh 'make package ARGS="--python-version=3.7,2 --target-wheel-platform=manylinux_2_27_x86_64 --chrono"'
98-
sh 'make package ARGS="--packages=AdditionalMaps,Town06_Opt,Town07_Opt,Town11 --target-archive=AdditionalMaps --clean-intermediate --python-version=3.7,2"'
98+
sh 'make package ARGS="--packages=AdditionalMaps,Town06_Opt,Town07_Opt,Town11 --target-archive=AdditionalMaps --clean-intermediate --python-version=3.7,2 --target-wheel-platform=manylinux_2_27_x86_64"'
9999
sh 'make examples ARGS="localhost 3654"'
100100
}
101101
post
@@ -135,7 +135,7 @@ pipeline
135135
sh 'tar -xvzf Dist/CARLA*.tar.gz -C Dist/'
136136
// sh 'tar -xvzf Dist/AdditionalMaps*.tar.gz -C Dist/'
137137
sh 'DISPLAY= ./Dist/CarlaUE4.sh -nullrhi -RenderOffScreen --carla-rpc-port=3654 --carla-streaming-port=0 -nosound > CarlaUE4.log &'
138-
sh 'make smoke_tests ARGS="--xml --python-version=3.7,2"'
138+
sh 'make smoke_tests ARGS="--xml --python-version=3.7,2 --target-wheel-platform=manylinux_2_27_x86_64"'
139139
sh 'make run-examples ARGS="localhost 3654"'
140140
}
141141
post

0 commit comments

Comments
 (0)