Skip to content

Commit 6cf671c

Browse files
progress with CI
1 parent 6906287 commit 6cf671c

File tree

1 file changed

+1
-23
lines changed

1 file changed

+1
-23
lines changed

.github/workflows/hicr.yml

Lines changed: 1 addition & 23 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)