Skip to content

Commit

Permalink
Actions: Disable the CLR tracer in C# autobuild test
Browse files Browse the repository at this point in the history
Ensure that this succeeds even if the legacy CLR tracer is not enabled.
The combination of the regular tracer and the SIP workaround within Actions
should be sufficient for this to pass.
  • Loading branch information
adityasharad committed Jul 25, 2022
1 parent dc1c51d commit 58faf9d
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/__autobuild-action.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions pr-checks/checks/autobuild-action.yml
Expand Up @@ -7,6 +7,14 @@ steps:
languages: csharp
tools: ${{ steps.prepare-test.outputs.tools-url }}
- uses: ./../action/autobuild
env:
# Explicitly disable the CLR tracer.
COR_ENABLE_PROFILING: ""
COR_PROFILER: ""
COR_PROFILER_PATH_64: ""
CORECLR_ENABLE_PROFILING: ""
CORECLR_PROFILER: ""
CORECLR_PROFILER_PATH_64: ""
- uses: ./../action/analyze
env:
TEST_MODE: true
Expand Down

0 comments on commit 58faf9d

Please sign in to comment.