generated from actions/typescript-action
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathoclif.sh
16 lines (14 loc) · 844 Bytes
/
oclif.sh
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#!/bin/bash
cd $(dirname $0)
./bin/get-oneflow build \
--oneflow-build-env manylinux \
--oneflow-src ~/oneflow \
--cmake-init-cache ~/oneflow/cmake/caches/ci/cpu.cmake \
--cuda-version none \
--manylinux-cache-dir ~/manylinux-cache-dirs/unittest-none \
--python-versions 3.7 \
--build-script ~/oneflow/ci/manylinux/build.sh \
--wheelhouse-dir '~/manylinux-wheelhouse' \
--clear-wheelhouse-dir \
--clean-ccache \
--self-hosted