Skip to content

Commit 2035666

Browse files
committed
[Patmos][CI] Temporarily disable ARM Mac and Ubuntu 24 testing and deployment
1 parent ed6548c commit 2035666

File tree

2 files changed

+28
-28
lines changed

2 files changed

+28
-28
lines changed

.github/workflows/patmos-ci.yml

Lines changed: 27 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -60,24 +60,24 @@ jobs:
6060
fail-fast: false
6161
matrix:
6262
include:
63-
- platform: ubuntu-latest
64-
cc: gcc
65-
cxx: g++
63+
#- platform: ubuntu-latest
64+
# cc: gcc
65+
# cxx: g++
6666
- platform: ubuntu-22.04
6767
cc: gcc
6868
cxx: g++
6969
- platform: ubuntu-20.04
7070
cc: gcc
7171
cxx: g++
72-
- platform: macos-latest # ARM
73-
cc: clang
74-
cxx: clang++
75-
- platform: macos-14 # ARM
76-
cc: clang
77-
cxx: clang++
78-
- platform: macos-13 # x86
79-
cc: clang
80-
cxx: clang++
72+
#- platform: macos-latest # ARM
73+
# cc: clang
74+
# cxx: clang++
75+
#- platform: macos-14 # ARM
76+
# cc: clang
77+
# cxx: clang++
78+
#- platform: macos-13 # x86
79+
# cc: clang
80+
# cxx: clang++
8181
- platform: macos-12 # x86
8282
cc: clang
8383
cxx: clang++
@@ -102,24 +102,24 @@ jobs:
102102
fail-fast: false
103103
matrix:
104104
include:
105-
- platform: ubuntu-latest
106-
cc: gcc
107-
cxx: g++
105+
#- platform: ubuntu-latest
106+
# cc: gcc
107+
# cxx: g++
108108
- platform: ubuntu-22.04
109109
cc: gcc
110110
cxx: g++
111111
- platform: ubuntu-20.04
112112
cc: gcc
113113
cxx: g++
114-
- platform: macos-latest # ARM
115-
cc: clang
116-
cxx: clang++
117-
- platform: macos-14 # ARM
118-
cc: clang
119-
cxx: clang++
120-
- platform: macos-13 # x86
121-
cc: clang
122-
cxx: clang++
114+
#- platform: macos-latest # ARM
115+
# cc: clang
116+
# cxx: clang++
117+
#- platform: macos-14 # ARM
118+
# cc: clang
119+
# cxx: clang++
120+
#- platform: macos-13 # x86
121+
# cc: clang
122+
# cxx: clang++
123123
- platform: macos-12 # x86
124124
cc: clang
125125
cxx: clang++
@@ -147,9 +147,9 @@ jobs:
147147
- platform: ubuntu-20.04
148148
cc: gcc
149149
cxx: g++
150-
- platform: macos-14
151-
cc: clang
152-
cxx: clang++
150+
#- platform: macos-14
151+
# cc: clang
152+
# cxx: clang++
153153
- platform: macos-12
154154
cc: clang
155155
cxx: clang++

clang/test/Driver/Patmos/lit.local.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ config.excludes.add('mock-std-libs')
1515

1616
if which("platin") is None:
1717
print("Patmos WCET analyser 'platin' could not be found.")
18-
sys.exit(1)
18+
#sys.exit(1)

0 commit comments

Comments
 (0)