Skip to content
This repository was archived by the owner on Mar 28, 2018. It is now read-only.
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: intel/cc-oci-runtime
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: f94fbbd2b5f44ccaa4704f82e281e3df1cf60c90
Choose a base ref
..
head repository: intel/cc-oci-runtime
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 81abf0f0d9a1f01ad7c017105f726b924b522527
Choose a head ref
Showing with 1 addition and 0 deletions.
  1. +1 −0 .ci/ci-configure.sh
1 change: 1 addition & 0 deletions .ci/ci-configure.sh
Original file line number Diff line number Diff line change
@@ -57,6 +57,7 @@ configure_opts+=" --enable-valgrind"
configure_opts+=" --disable-valgrind-helgrind"
configure_opts+=" --disable-valgrind-drd"
configure_opts+=" --disable-silent-rules"
configure_opts+=" --disable-valgrind-sgcheck"

if [ "$nested" = "Y" ]
then