File tree 1 file changed +0
-24
lines changed 1 file changed +0
-24
lines changed Original file line number Diff line number Diff line change @@ -100,30 +100,6 @@ steps:
100
100
build.message !~ /\[skip validation\]/ &&
101
101
build.message !~ /\[skip special\]/
102
102
timeout_in_minutes : 60
103
- - label : " Opaque pointers"
104
- plugins :
105
- - JuliaCI/julia#v1:
106
- version : " 1.11"
107
- - JuliaCI/julia-test#v1:
108
- test_args : " --quickfail"
109
- - JuliaCI/julia-coverage#v1:
110
- codecov : true
111
- dirs :
112
- - src
113
- - lib
114
- env :
115
- JULIA_LLVM_ARGS : ' --opaque-pointers'
116
- agents :
117
- queue : " juliaecosystem"
118
- os : " macos"
119
- arch : " aarch64"
120
- if : |
121
- build.message =~ /\[only tests\]/ ||
122
- build.message =~ /\[only special\]/ ||
123
- build.message !~ /\[only/ && !build.pull_request.draft &&
124
- build.message !~ /\[skip tests\]/ &&
125
- build.message !~ /\[skip special\]/
126
- timeout_in_minutes : 60
127
103
128
104
- wait : ~
129
105
continue_on_failure : true
You can’t perform that action at this time.
0 commit comments