Skip to content

Commit 1dd00ff

Browse files
Temporarily shut off Windows builds until things are sorted with ruby/setup-ruby (#1244)
* Temporarily shut off Windows builds until upstream fixes things * Disable windows a *different* way Co-authored-by: Robert <[email protected]>
1 parent 6c7f9d3 commit 1dd00ff

File tree

1 file changed

+29
-29
lines changed

1 file changed

+29
-29
lines changed

.github/workflows/ci-without-services.yml

Lines changed: 29 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -25,35 +25,35 @@ jobs:
2525
--exclude opentelemetry-instrumentation-mysql2
2626
--exclude opentelemetry-instrumentation-redis
2727
--exclude opentelemetry-instrumentation-trilogy
28-
- name: Test Windows / Ruby 3.0
29-
os: windows-latest
30-
ruby: "3.0"
31-
# active_record omitted because it depends on tzinfo which is not present
32-
# action_pack omitted because it depends on tzinfo which is not present
33-
# ethon omitted because it depends on libcurl which is not present
34-
# mysql2 omitted because it depends on the mysql C library which is not present
35-
# pg omitted because it depends on the postgres C library which is not present
36-
# que omitted because it depends on the postgres C library which is not present
37-
# rails omitted because it depends on tzinfo which is not present
38-
# rdkafka omitted because windows is unsupported (https://github.com/appsignal/rdkafka-ruby/issues/188)
39-
# redis omitted because it depends on redis-server which is not present
40-
# resque omitted because it depends on redis-server which is not present
41-
# sidekiq omitted because it depends on redis-server which is not present
42-
# trilogy omitted because it depends on the mysql C library which is not present
43-
flags: >-
44-
--include-simple --include-appraisal --omit-services
45-
--exclude opentelemetry-instrumentation-active_record
46-
--exclude opentelemetry-instrumentation-action_pack
47-
--exclude opentelemetry-instrumentation-ethon
48-
--exclude opentelemetry-instrumentation-mysql2
49-
--exclude opentelemetry-instrumentation-pg
50-
--exclude opentelemetry-instrumentation-que
51-
--exclude opentelemetry-instrumentation-rails
52-
--exclude opentelemetry-instrumentation-rdkafka
53-
--exclude opentelemetry-instrumentation-redis
54-
--exclude opentelemetry-instrumentation-resque
55-
--exclude opentelemetry-instrumentation-sidekiq
56-
--exclude opentelemetry-instrumentation-trilogy
28+
# - name: Test Windows / Ruby 3.0
29+
# os: windows-latest
30+
# ruby: "3.0"
31+
# # active_record omitted because it depends on tzinfo which is not present
32+
# # action_pack omitted because it depends on tzinfo which is not present
33+
# # ethon omitted because it depends on libcurl which is not present
34+
# # mysql2 omitted because it depends on the mysql C library which is not present
35+
# # pg omitted because it depends on the postgres C library which is not present
36+
# # que omitted because it depends on the postgres C library which is not present
37+
# # rails omitted because it depends on tzinfo which is not present
38+
# # rdkafka omitted because windows is unsupported (https://github.com/appsignal/rdkafka-ruby/issues/188)
39+
# # redis omitted because it depends on redis-server which is not present
40+
# # resque omitted because it depends on redis-server which is not present
41+
# # sidekiq omitted because it depends on redis-server which is not present
42+
# # trilogy omitted because it depends on the mysql C library which is not present
43+
# flags: >-
44+
# --include-simple --include-appraisal --omit-services
45+
# --exclude opentelemetry-instrumentation-active_record
46+
# --exclude opentelemetry-instrumentation-action_pack
47+
# --exclude opentelemetry-instrumentation-ethon
48+
# --exclude opentelemetry-instrumentation-mysql2
49+
# --exclude opentelemetry-instrumentation-pg
50+
# --exclude opentelemetry-instrumentation-que
51+
# --exclude opentelemetry-instrumentation-rails
52+
# --exclude opentelemetry-instrumentation-rdkafka
53+
# --exclude opentelemetry-instrumentation-redis
54+
# --exclude opentelemetry-instrumentation-resque
55+
# --exclude opentelemetry-instrumentation-sidekiq
56+
# --exclude opentelemetry-instrumentation-trilogy
5757
- name: Rubocop and build
5858
os: ubuntu-latest
5959
ruby: "2.7"

0 commit comments

Comments
 (0)