Skip to content

Commit 200fe30

Browse files
ravil-mobilekhasanovaa
authored andcommitted
* brings new rocdl ops * adds CI step to clean space on Ubuntu runner
1 parent f107c14 commit 200fe30

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

.github/workflows/llvm-build.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,20 @@ jobs:
9393
key: ${{ matrix.config.target-os }}-${{ matrix.config.arch }}-${{ env.short_llvm_commit_hash }}
9494
restore-keys: ${{ matrix.config.target-os }}-${{ matrix.config.arch }}-
9595

96+
- name: Free disk space on Ubuntu
97+
if: matrix.config.target-os == 'ubuntu'
98+
run: |
99+
df -h
100+
echo "Removing large packages"
101+
sudo apt-get remove -y 'php.*'
102+
sudo apt-get remove -y azure-cli google-chrome-stable firefox powershell mono-devel
103+
sudo apt-get autoremove -y
104+
sudo apt-get clean
105+
df -h
106+
echo "Removing large directories"
107+
# deleting 15GB
108+
df -h
109+
96110
- name: Configure, Build, Test, and Install LLVM (Ubuntu and macOS x64)
97111
if: matrix.config.arch == 'x64' && (matrix.config.target-os == 'ubuntu' || matrix.config.target-os == 'macos')
98112
run: >

cmake/llvm-hash.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
8f264586d7521b0e305ca7bb78825aa3382ffef7
1+
0729a74e66aeeb7a9839d80bfd64fc49b2e69f52

0 commit comments

Comments
 (0)