File tree Expand file tree Collapse file tree 1 file changed +1
-23
lines changed
Expand file tree Collapse file tree 1 file changed +1
-23
lines changed Original file line number Diff line number Diff line change @@ -101,26 +101,4 @@ jobs:
101101 echo "Running tests..."
102102 meson test -C build
103103 echo "Creating coverage report..."
104- ninja -C build coverage
105-
106- RUN echo "toke is ${OVNI_ACCESS_TOKEN}"
107- RUN git clone -b master --single-branch --depth 1 https://oauth2:${OVNI_ACCESS_TOKEN}@gitlab.huaweirc.ch/zrc-von-neumann-lab/runtime-system-innovations/ovni.git $HOME/ovni \
108- && cd $HOME/ovni \
109- && mkdir build \
110- && cd build \
111- && cmake .. -DCMAKE_INSTALL_PREFIX=/usr/local -DBUILD_TESTING=FALSE \
112- && make -j24 \
113- && sudo make install \
114- && sudo rm -rf $HOME/ovni
115-
116- # Download nosv
117- RUN git clone -b 3.1.0 --single-branch --depth 1 https://github.com/bsc-pm/nos-v.git $HOME/nos-v && \
118- cd $HOME/nos-v && \
119- autoreconf -f -i -v && \
120- ./configure --prefix=/usr/local --with-ovni=/usr && \
121- make all && \
122- sudo make install && \
123- cd .. && \
124- rm -rf $HOME/nos-v && \
125- sudo sed -i '/^\[instrumentation\]/,/^\[/{s/version *= *"none"/version = "ovni"/}' /usr/local/share/nosv.toml && \
126- sudo sed -i '/^\[ovni\]/,/^\[/{s/level *= *2/level = 0/}' /usr/local/share/nosv.toml
104+ ninja -C build coverage
You can’t perform that action at this time.
0 commit comments