Skip to content

Commit 4a782fd

Browse files
committed
ci: add libnosv LD_PRELOAD
1 parent 4f674f9 commit 4a782fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.build-tools/containers/buildenv/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,5 @@ COPY requirements.txt $HOME
2323
RUN source $HOME/.venv/bin/activate && pip install --upgrade pip && pip install -r $HOME/requirements.txt && rm $HOME/requirements.txt
2424

2525
RUN sudo sed -i '/^\[instrumentation\]/,/^\[/{s/version *= *"ovni"/version = "none"/}' /usr/local/share/nosv.toml
26-
26+
RUN echo 'export LD_PRELOAD=/usr/local/lib/libnosv.so:$LD_PRELOAD' >> $HOME/.hicr-env.sh
2727
WORKDIR $HOME

0 commit comments

Comments
 (0)