Skip to content

Commit

Permalink
Removed WAs from CI (#6706)
Browse files Browse the repository at this point in the history
* Removed WAs from CI

* Updated DM configs; added exec rights

* Fix for cmake 3.21.x

* Removed a lot -Wno-* compile options
  • Loading branch information
ilya-lavrenov authored Jul 21, 2021
1 parent 37b46de commit 92fdda5
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .ci/azure/mac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,9 +87,6 @@ jobs:
export PATH="/usr/local/opt/cython/bin:$PATH"
export CC=gcc
export CXX=g++
# Disable errors with Ninja
export CXXFLAGS="-Wno-error=unused-command-line-argument"
export CFLAGS="-Wno-error=unused-command-line-argument"
cmake -GNinja -DVERBOSE_BUILD=ON -DCMAKE_BUILD_TYPE=$(BUILD_TYPE) -DENABLE_PYTHON=ON -DENABLE_TESTS=ON -DENABLE_STRICT_DEPENDENCIES=OFF -DIE_EXTRA_MODULES=$(OPENVINO_CONTRIB_REPO_DIR)/modules $(REPO_DIR)
workingDirectory: $(BUILD_DIR)
displayName: 'CMake'
Expand Down

0 comments on commit 92fdda5

Please sign in to comment.