Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace gems dependency with ruby. #5219

Merged
merged 3 commits into from
Oct 25, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 8 additions & 8 deletions .ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ platform_properties:
properties:
dependencies: >-
[
{"dependency": "gems", "version": "v3.3.14"}
{"dependency": "ruby", "version": "ruby_3.1-pod_1.13"}
]
os: "Mac-12|Mac-13"
device_type: none
Expand All @@ -96,7 +96,7 @@ platform_properties:
properties:
dependencies: >-
[
{"dependency": "gems", "version": "v3.3.14"}
{"dependency": "ruby", "version": "ruby_3.1-pod_1.13"}
]
os: "Mac-12|Mac-13"
device_type: none
Expand Down Expand Up @@ -615,7 +615,7 @@ targets:

- name: Linux_android android_device_tests_shard_1 master
recipe: packages/packages
timeout: 60
timeout: 90
properties:
target_file: android_device_tests.yaml
channel: master
Expand All @@ -624,7 +624,7 @@ targets:

- name: Linux_android android_device_tests_shard_2 master
recipe: packages/packages
timeout: 60
timeout: 90
properties:
target_file: android_device_tests.yaml
channel: master
Expand All @@ -633,7 +633,7 @@ targets:

- name: Linux_android android_device_tests_shard_3 master
recipe: packages/packages
timeout: 60
timeout: 90
properties:
target_file: android_device_tests.yaml
channel: master
Expand All @@ -642,7 +642,7 @@ targets:

- name: Linux_android android_device_tests_shard_4 master
recipe: packages/packages
timeout: 60
timeout: 90
properties:
target_file: android_device_tests.yaml
channel: master
Expand All @@ -651,7 +651,7 @@ targets:

- name: Linux_android android_device_tests_shard_5 master
recipe: packages/packages
timeout: 60
timeout: 90
properties:
target_file: android_device_tests.yaml
channel: master
Expand All @@ -660,7 +660,7 @@ targets:

- name: Linux_android android_device_tests_shard_6 master
recipe: packages/packages
timeout: 60
timeout: 90
properties:
target_file: android_device_tests.yaml
channel: master
Expand Down