We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c71a28d commit bda54b6Copy full SHA for bda54b6
.github/workflows/ci.yml
@@ -41,7 +41,8 @@ jobs:
41
standards: '20'
42
latest-factors: |
43
msvc Optimized-Debug
44
- gcc Coverage
+ gcc UBSan ASan Coverage
45
+ clang UBSan ASan IntSan BoundsSan
46
factors: ''
47
runs-on: |
48
apple-clang: macos-15
@@ -79,6 +80,7 @@ jobs:
79
80
mrdocs-package-generators: {{#if (ieq os 'windows') }}7Z ZIP WIX{{else}}TGZ TXZ{{/if}}
81
mrdocs-release-package-artifact: release-packages-{{ lowercase os }}
82
output-file: matrix.json
83
+ trace-commands: true
84
85
# Set up the version as expected by the LLVM matrix script and @actions/core
86
- name: Setup Node.js
0 commit comments