projects
/
platform
/
upstream
/
tvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
637397b
)
Disable MicroTVM on i386 CI (#3569)
author
Logan Weber
<36520469+weberlo@users.noreply.github.com>
Thu, 18 Jul 2019 17:20:16 +0000
(10:20 -0700)
committer
Tianqi Chen
<tqchen@users.noreply.github.com>
Thu, 18 Jul 2019 17:20:16 +0000
(10:20 -0700)
Jenkinsfile
patch
|
blob
|
history
diff --git
a/Jenkinsfile
b/Jenkinsfile
index c38ec5296bf3572792876ba2c3059388ebc7eac9..1f4ec1153dede9d837a1aa0bcdbaadbadb2c8127 100644
(file)
--- a/
Jenkinsfile
+++ b/
Jenkinsfile
@@
-208,7
+208,6
@@
stage('Build') {
cd build
cp ../cmake/config.cmake .
echo set\\(USE_SORT ON\\) >> config.cmake
- echo set\\(USE_MICRO ON\\) >> config.cmake
echo set\\(USE_RPC ON\\) >> config.cmake
echo set\\(USE_GRAPH_RUNTIME_DEBUG ON\\) >> config.cmake
echo set\\(USE_LLVM llvm-config-5.0\\) >> config.cmake