Skip to content

Commit

Permalink
Revert "Use customized llvm-cov. (#32)"
Browse files Browse the repository at this point in the history
Customized llvm-cov had some regressions, needs another pass.

This reverts commit 57a2d20.
  • Loading branch information
willson556 committed Aug 5, 2024
1 parent 57a2d20 commit 0cb7e2f
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 16 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
.env
.DS_Store

1 change: 0 additions & 1 deletion stafl-devcontainer/.gitattributes
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
*.vsix filter=lfs diff=lfs merge=lfs -text
*.so filter=lfs diff=lfs merge=lfs -text
llvm-cov-* filter=lfs diff=lfs merge=lfs -text
9 changes: 0 additions & 9 deletions stafl-devcontainer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -80,15 +80,6 @@ RUN case ${TARGETPLATFORM} in \
ADD utilities/RTOSPlugin_SafeRTOS_ubuntu-latest.so /opt/stafl-systems/RTOSPlugin_SafeRTOS_ubuntu-latest.so
RUN chmod +x /opt/stafl-systems/RTOSPlugin_SafeRTOS_ubuntu-latest.so

# Install Customized llvm-cov
ADD utilities/llvm-cov* /tmp/llvm-cov/
RUN case ${TARGETPLATFORM} in \
"linux/amd64") cp /tmp/llvm-cov/llvm-cov-x86_64 /usr/bin/llvm-cov ;; \
"linux/arm64") cp /tmp/llvm-cov/llvm-cov-aarch64 /usr/bin/llvm-cov ;; \
esac \
&& rm -rf /tmp/llvm-cov \
&& chmod +x /usr/bin/llvm-cov

# Install structurizr-cli
ARG STRUCTURIZR_CLI_URL="https://github.com/structurizr/cli/releases/download/v2024.03.03/structurizr-cli.zip"
RUN sudo wget -q "${STRUCTURIZR_CLI_URL}" -O ./structurizr.zip \
Expand Down
3 changes: 0 additions & 3 deletions stafl-devcontainer/utilities/llvm-cov-aarch64

This file was deleted.

3 changes: 0 additions & 3 deletions stafl-devcontainer/utilities/llvm-cov-x86_64

This file was deleted.

0 comments on commit 0cb7e2f

Please sign in to comment.