"git@developer.sourcefind.cn:change/sglang.git" did not exist on "c178abdabc563564664c935613a99c368f2a7d50"
Unverified Commit bcf8e119 authored by Minjie Wang's avatar Minjie Wang Committed by GitHub
Browse files

[Bugfix][CI] force download data everything (#208)

* poke ci

* poke again

* force download data everytime
parent 91141a98
......@@ -11,6 +11,7 @@ def setup() {
def build_dgl() {
sh "if [ -d build ]; then rm -rf build; fi; mkdir build"
sh "rm -rf _download"
dir ("build") {
sh "cmake .."
sh "make -j4"
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment