Skip to content

Commit f94b454

Browse files
committed
Debug no space left in-tree CI failure
Signed-off-by: Sidorov, Dmitry <[email protected]>
1 parent 8435219 commit f94b454

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/check-in-tree-build.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,11 @@ jobs:
9898
repository: KhronosGroup/SPIRV-Headers
9999
ref: ${{ env.spirv_headers_tag }}
100100
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"
101106
- name: Configure
102107
run: |
103108
mkdir build && cd build
@@ -116,6 +121,11 @@ jobs:
116121
-DSPIRV_SKIP_DEBUG_INFO_TESTS=ON \
117122
-DLLVM_LIT_ARGS="-sv --no-progress-bar" \
118123
-G "Unix Makefiles"
124+
- name: DebugTmp1
125+
run: |
126+
echo "TMPDIR=$TMPDIR"
127+
df -h /tmp
128+
df -h "$GITHUB_WORKSPACE"
119129
- name: Build
120130
run: |
121131
cd build

0 commit comments

Comments
 (0)