setting compiler to default i.e. gcc

This commit is contained in:
Abhijeet Patil
2024-01-17 19:38:43 +00:00
parent 9c911dbaf2
commit c4dba3577f

View File

@@ -278,6 +278,7 @@ jobs:
UBSAN_OPTIONS=""
RUSTFLAGS=""
CARGO_FLAGS="--locked --release"
unset CC
fi
{
echo "cov_prefix=${cov_prefix}"