File tree 1 file changed +1
-2
lines changed
1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change 24
24
- name : Install pip dependencies
25
25
run : pip install numpy --no-cache-dir
26
26
- 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
28
28
- name : Build TF Lite Static Library with CMake
29
29
run : |
30
30
mkdir build
76
76
run : |
77
77
./configure.py
78
78
echo -e 'build --distinct_host_configuration=false' >> .bazelrc.user
79
- echo -e 'build --copt=-O2' >> .bazelrc.user
80
79
if [[ -n $GOOGLE_APPLICATION_CREDENTIALS ]]; then
81
80
echo -e 'build --remote_http_cache=https://storage.googleapis.com/plumerai-bazel-cache/lce-ubuntu' >> .bazelrc.user
82
81
echo -e 'build --google_default_credentials' >> .bazelrc.user
You can’t perform that action at this time.
0 commit comments