Skip to content

Commit

Permalink
C++: tweak deptrace checks
Browse files Browse the repository at this point in the history
  • Loading branch information
redsun82 committed Oct 24, 2023
1 parent 8779d91 commit 838be48
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 4 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/__cpp-deptrace-disabled.yml

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

2 changes: 1 addition & 1 deletion .github/workflows/__cpp-deptrace-enabled-on-macos.yml

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

4 changes: 4 additions & 0 deletions .github/workflows/__cpp-deptrace-enabled.yml

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

2 changes: 1 addition & 1 deletion pr-checks/checks/cpp-deptrace-disabled.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: "Cpp: disabling autoinstalling dependencies"
description: "Checks that running C/C++ autobuild with autoinstalling dependencies explicitly disabled works"
operatingSystems: ["ubuntu"]
versions: ["latest"]
versions: ["latest", "default", "nightly-latest"] # This feature is not compatible with old CLIs
env:
DOTNET_GENERATE_ASPNET_CERTIFICATE: "false"
steps:
Expand Down
2 changes: 1 addition & 1 deletion pr-checks/checks/cpp-deptrace-enabled-on-macos.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: "Cpp: disabling autoinstalling dependencies"
description: "Checks that running C/C++ autobuild with autoinstalling dependencies explicitly disabled works"
operatingSystems: ["macos"]
versions: ["latest"]
versions: ["nightly-latest"] # This is not released yet, will come with 2.15.2
env:
DOTNET_GENERATE_ASPNET_CERTIFICATE: "false"
steps:
Expand Down
2 changes: 1 addition & 1 deletion pr-checks/checks/cpp-deptrace-enabled.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: "Cpp: enabling autoinstalling dependencies"
description: "Checks that running C/C++ autobuild with autoinstalling dependencies works"
operatingSystems: ["ubuntu"]
versions: ["latest"]
versions: ["latest", "default", "nightly-latest"] # This feature is not compatible with old CLIs
env:
DOTNET_GENERATE_ASPNET_CERTIFICATE: "false"
steps:
Expand Down

0 comments on commit 838be48

Please sign in to comment.