File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -1859,7 +1859,7 @@ def runStages():
18591859 -DTD_ENABLE_MULTI_PROCESSOR_COMPILATION=ON ^
18601860 -DTD_E2E_ONLY=ON ^
18611861 ../..
1862- cmake --build . --config Debug --target tde2e
1862+ cmake --build . --config Debug
18631863release:
18641864 cd ..
18651865 mkdir Release
@@ -1881,7 +1881,7 @@ def runStages():
18811881 -DTD_ENABLE_MULTI_PROCESSOR_COMPILATION=ON ^
18821882 -DTD_E2E_ONLY=ON ^
18831883 ../..
1884- cmake --build . --config Release --target tde2e
1884+ cmake --build . --config Release
18851885mac:
18861886 buildTd() {
18871887 BUILD_CONFIG=$1
@@ -1898,7 +1898,7 @@ def runStages():
18981898 -DZLIB_LIBRARIES=$USED_PREFIX/lib/libz.a \
18991899 -DTD_E2E_ONLY=ON \
19001900 ../..
1901- cmake --build . --config $BUILD_CONFIG --target tde2e
1901+ cmake --build .
19021902 cd ../..
19031903 }
19041904
You can’t perform that action at this time.
0 commit comments