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 8435219 commit f94b454Copy full SHA for f94b454
.github/workflows/check-in-tree-build.yml
@@ -98,6 +98,11 @@ jobs:
98
repository: KhronosGroup/SPIRV-Headers
99
ref: ${{ env.spirv_headers_tag }}
100
path: llvm-project/llvm/projects/SPIRV-Headers
101
+ - name: DebugTmp0
102
+ run: |
103
+ echo "TMPDIR=$TMPDIR"
104
+ df -h /tmp
105
+ df -h "$GITHUB_WORKSPACE"
106
- name: Configure
107
run: |
108
mkdir build && cd build
@@ -116,6 +121,11 @@ jobs:
116
121
-DSPIRV_SKIP_DEBUG_INFO_TESTS=ON \
117
122
-DLLVM_LIT_ARGS="-sv --no-progress-bar" \
118
123
-G "Unix Makefiles"
124
+ - name: DebugTmp1
125
126
127
128
119
129
- name: Build
120
130
131
cd build
0 commit comments