Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .ci/micromamba/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,5 @@ dependencies:
- gcc
- gxx
- git
- patch
- pip:
- codechecker==6.27.3
1 change: 0 additions & 1 deletion .ci/micromamba/dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,5 @@ dependencies:
- gcc
- gxx
- git
- patch
- pip:
- codechecker==6.27.3
7 changes: 1 addition & 6 deletions test/foss/yaml-cpp/init.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,17 +32,12 @@ if [ "$MAJOR_VERSION" -ge 8 ]; then
fi

git clone https://github.com/jbeder/yaml-cpp.git "$1"
git -C "$1" checkout yaml-cpp-0.7.0
git -C "$1" checkout yaml-cpp-0.8.0

# This file must be in the root of the project to be analyzed for bazelisk to work
bazelversion="../../../.bazelversion"
[ -f $bazelversion ] && cp $bazelversion "$1"

# Using very new c compilers (e.g. clang 21) cause the build to fail
# also causing analysis to do so.
# This patch applies a compile flag to ignore the warning causing this fail.
patch $1/BUILD.bazel -p1 < yaml-cpp-070.patch

# Add codechecker to the project
cat <<EOF >> "$1/BUILD.bazel"
#-------------------------------------------------------
Expand Down
10 changes: 0 additions & 10 deletions test/foss/yaml-cpp/yaml-cpp-070.patch

This file was deleted.

Loading