Skip to content

Commit 58fcade

Browse files
authored
Remove --copt=-O2 from CI (#751)
1 parent 669869a commit 58fcade

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/unittests.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
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
@@ -76,7 +76,6 @@ jobs:
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

0 commit comments

Comments
 (0)