@@ -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