File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change 2424 - name : Install pip dependencies
2525 run : pip install numpy --no-cache-dir
2626 - name : Run C++ Unit Tests
27- run : bazelisk test larq_compute_engine/tests:cc_tests --copt=-O2 -- distinct_host_configuration=false --test_output=all
27+ run : bazelisk test larq_compute_engine/tests:cc_tests --distinct_host_configuration=false --test_output=all
2828 - name : Build TF Lite Static Library with CMake
2929 run : |
3030 mkdir build
7676 run : |
7777 ./configure.py
7878 echo -e 'build --distinct_host_configuration=false' >> .bazelrc.user
79- echo -e 'build --copt=-O2' >> .bazelrc.user
8079 if [[ -n $GOOGLE_APPLICATION_CREDENTIALS ]]; then
8180 echo -e 'build --remote_http_cache=https://storage.googleapis.com/plumerai-bazel-cache/lce-ubuntu' >> .bazelrc.user
8281 echo -e 'build --google_default_credentials' >> .bazelrc.user
You can’t perform that action at this time.
0 commit comments