@@ -44,7 +44,7 @@ pipeline
44
44
steps
45
45
{
46
46
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"'
48
48
}
49
49
}
50
50
stage(' ubuntu build' )
@@ -72,7 +72,7 @@ pipeline
72
72
{
73
73
steps
74
74
{
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 "'
76
76
}
77
77
post
78
78
{
@@ -95,7 +95,7 @@ pipeline
95
95
steps
96
96
{
97
97
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 "'
99
99
sh ' make examples ARGS="localhost 3654"'
100
100
}
101
101
post
@@ -135,7 +135,7 @@ pipeline
135
135
sh ' tar -xvzf Dist/CARLA*.tar.gz -C Dist/'
136
136
// sh 'tar -xvzf Dist/AdditionalMaps*.tar.gz -C Dist/'
137
137
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 "'
139
139
sh ' make run-examples ARGS="localhost 3654"'
140
140
}
141
141
post
0 commit comments