Skip to content

Commit e7d5e60

Browse files
authored
Revert "Disable Firestore xcodebuild with tsan (#3628)" (#3644)
This reverts commit 6f537bf.
1 parent adb9313 commit e7d5e60

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.travis.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -322,6 +322,14 @@ jobs:
322322
script:
323323
- travis_retry ./scripts/if_changed.sh ./scripts/build.sh $PROJECT $PLATFORM $METHOD
324324

325+
- stage: test
326+
env:
327+
- PROJECT=Firestore PLATFORM=iOS METHOD=xcodebuild SANITIZERS=tsan
328+
before_install:
329+
- ./scripts/if_changed.sh ./scripts/install_prereqs.sh
330+
script:
331+
- travis_retry ./scripts/if_changed.sh ./scripts/build.sh $PROJECT $PLATFORM $METHOD
332+
325333
# TODO(varconst): enable UBSan in xcodebuild. Right now if fails during
326334
# linkage (it works if enabled together with ASan, but it's supposed to be
327335
# usable on its own, too).
@@ -423,6 +431,8 @@ jobs:
423431
- PROJECT=Firestore PLATFORM=macOS METHOD=cmake SANITIZERS=tsan
424432
- env:
425433
- PROJECT=Firestore PLATFORM=iOS METHOD=xcodebuild SANITIZERS=asan
434+
- env:
435+
- PROJECT=Firestore PLATFORM=iOS METHOD=xcodebuild SANITIZERS=tsan
426436
- env:
427437
- PROJECT=GoogleDataTransportIntegrationTest PLATFORM=iOS METHOD=xcodebuild
428438
- env:

0 commit comments

Comments
 (0)