Skip to content

Commit

Permalink
cov
Browse files Browse the repository at this point in the history
  • Loading branch information
John-LittleBearLabs committed Sep 16, 2024
1 parent 053c524 commit 3039a1c
Show file tree
Hide file tree
Showing 31 changed files with 20 additions and 895 deletions.
4 changes: 2 additions & 2 deletions .github/tour.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ sudo apt-get update
sudo apt-get install --yes cmake ninja-build binutils libc6{,-dev}
pip3 install conan
conan profile detect || echo "Profile detection failed. Perhaps the default profile already existed - perhaps this user has already done some conan-based builds."
sed -i 's,compiler.cppstd=.*$,compiler.cppstd=20,' `conan profile path default`
sed -i 's,compiler.cppstd=.*$,compiler.cppstd=20,' "$(conan profile path default)"
conan profile show

echo Build conan library
Expand Down Expand Up @@ -70,7 +70,7 @@ function url_case() {
echo "Directly reported error code ${ec} from clitester run - usually means timeout killed it. " "${@}"
exit 6
fi
n=`sed 's,[^A-Za-z0-9\.],_,g' <<< ${2}`
n="$(sed 's,[^A-Za-z0-9\.],_,g' <<< ${2})"
if [ ! -f "_${1}_${n}" ]
then
echo "Failed to produce expected file _${1}_${n} for test case " "${@}"
Expand Down
27 changes: 0 additions & 27 deletions chromium_edits/127.0.6510.4/chrome/browser/BUILD.gn.patch

This file was deleted.

38 changes: 0 additions & 38 deletions chromium_edits/127.0.6510.4/chrome/browser/about_flags.cc.patch

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

10 changes: 0 additions & 10 deletions chromium_edits/127.0.6510.4/chrome/browser/ipfs_extra_parts.cc

This file was deleted.

10 changes: 0 additions & 10 deletions chromium_edits/127.0.6510.4/chrome/browser/ipfs_extra_parts.h

This file was deleted.

This file was deleted.

This file was deleted.

44 changes: 0 additions & 44 deletions chromium_edits/127.0.6510.4/components/cbor/reader.cc.patch

This file was deleted.

Loading

0 comments on commit 3039a1c

Please sign in to comment.