Skip to content

Commit

Permalink
fix: MacOS no C libs
Browse files Browse the repository at this point in the history
  • Loading branch information
arielvalentin committed Dec 16, 2021
1 parent 9d4a3a4 commit f942308
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ci-without-services.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,24 +19,26 @@ jobs:
ruby: "3.0"
# mysql2 omitted because it depends on the mysql C library which is not present
# redis omitted because it depends on redis-server which is not present
# trilogy omitted because it depends on the mysql C library which is not present
flags: >-
--include-simple --include-appraisal --omit-services
--exclude opentelemetry-instrumentation-mysql2
--exclude opentelemetry-instrumentation-redis
--exclude opentelemetry-instrumentation-trilogy
- name: Test Windows / Ruby 3.0
os: windows-latest
ruby: "3.0"
# active_record omitted because it depends on tzinfo which is not present
# action_pack omitted because it depends on tzinfo which is not present
# ethon omitted because it depends on libcurl which is not present
# mysql2 omitted because it depends on the mysql C library which is not present
# trilogy omitted because it depends on the mysql C library which is not present
# pg omitted because it depends on the postgres C library which is not present
# que omitted because it depends on the postgres C library which is not present
# rails omitted because it depends on tzinfo which is not present
# redis omitted because it depends on redis-server which is not present
# sidekiq omitted because it depends on redis-server which is not present
# resque omitted because it depends on redis-server which is not present
# sidekiq omitted because it depends on redis-server which is not present
# trilogy omitted because it depends on the mysql C library which is not present
flags: >-
--include-simple --include-appraisal --omit-services
--exclude opentelemetry-instrumentation-active_record
Expand Down

0 comments on commit f942308

Please sign in to comment.