Skip to content
This repository was archived by the owner on Jan 23, 2023. It is now read-only.

Commit 0d581c7

Browse files
authored
Merge pull request #23801 from sergiy-k/enabler2rtestingonunix
Enable running tests in the ReadyToRun mode on Linux on OSX
2 parents 7e81472 + 2f3a83e commit 0d581c7

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

eng/test-job.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -68,12 +68,6 @@ jobs:
6868
- name: clangArg
6969
value: '-clang5.0'
7070

71-
# TODO: Enable crossgen in build-test.sh. It currently doesn't
72-
# accept a crossgen arg, so disable the macos/linux crossgen test
73-
# build jobs.
74-
${{ if and(eq(parameters.readyToRun, true), in(parameters.osGroup, 'Linux', 'OSX')) }}:
75-
condition: false
76-
7771
# FreeBSD test jobs are disabled since we don't have any FreeBSD helix queues.
7872
${{ if eq(parameters.osGroup, 'FreeBSD') }}:
7973
condition: false

0 commit comments

Comments
 (0)