Skip to content

Commit 8527fe4

Browse files
ci debug
1 parent 72791fe commit 8527fe4

File tree

2 files changed

+12
-9
lines changed

2 files changed

+12
-9
lines changed

.github/workflows/libc-fullbuild-tests.yml

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -15,17 +15,17 @@ jobs:
1515
strategy:
1616
fail-fast: false
1717
matrix:
18-
build_type: [Debug, Release, MinSizeRel]
18+
build_type: [Release]
1919
include:
20-
- os: ubuntu-24.04
21-
ccache-variant: sccache
22-
c_compiler: clang
23-
cpp_compiler: clang++
20+
#- os: ubuntu-24.04
21+
# ccache-variant: sccache
22+
# c_compiler: clang
23+
# cpp_compiler: clang++
2424
# TODO: remove ccache logic when https://github.com/hendrikmuhs/ccache-action/issues/279 is resolved.
2525
- os: ubuntu-24.04-arm
2626
ccache-variant: ccache
27-
c_compiler: clang
28-
cpp_compiler: clang++
27+
c_compiler: clang-18
28+
cpp_compiler: clang++-18
2929
# TODO: add back gcc build when it is fixed
3030
# - c_compiler: gcc
3131
# cpp_compiler: g++
@@ -54,6 +54,9 @@ jobs:
5454
sudo apt-get update
5555
sudo apt-get install -y libmpfr-dev libgmp-dev libmpc-dev ninja-build linux-libc-dev
5656
sudo ln -sf /usr/include/$(uname -p)-linux-gnu/asm /usr/include/asm
57+
wget https://apt.llvm.org/llvm.sh
58+
chmod +x llvm.sh
59+
sudo ./llvm.sh 18
5760
5861
- name: Set reusable strings
5962
id: strings

.github/workflows/libc-overlay-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ on:
66
pull_request:
77
branches: [ "main" ]
88
paths:
9-
- 'libc/**'
10-
- '.github/workflows/libc-overlay-tests.yml'
9+
- 'disable-libc/**'
10+
- 'disable-.github/workflows/libc-overlay-tests.yml'
1111

1212
jobs:
1313
build:

0 commit comments

Comments
 (0)