Commit 7b73a9e1 authored by Robert Schmidt's avatar Robert Schmidt

Build phy sims with optimizations

As of this commit, the CI would take too much time to process dl_sim.
This commit activate optimizations to be within the CI time limits.
parent efcac39c
......@@ -38,7 +38,7 @@ RUN yum install -y libasan
RUN /bin/sh oaienv && \
cd cmake_targets && \
mkdir -p log && \
./build_oai --phy_simulators -g --ninja --verbose-ci --sanitize-address
./build_oai --phy_simulators --ninja --verbose-ci --sanitize-address
#start from scratch for target executable
FROM registry.access.redhat.com/ubi8/ubi:latest as oai-physim
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment