Revert "Enabled GPR_ABSEIL_SYNC on Apple (#25841)" (#26115)

This reverts commit cb9889d35d.
pull/26118/head
Esun Kim 4 years ago committed by GitHub
parent f27a41db43
commit e372a63cf7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 5
      include/grpc/impl/codegen/port_platform.h

@ -31,7 +31,12 @@
* Defines GPR_ABSEIL_SYNC to use synchronization features from Abseil
*/
#ifndef GPR_ABSEIL_SYNC
#if defined(__APPLE__)
// This is disabled on Apple platforms because macos/grpc_basictests_c_cpp
// fails with this. https://github.com/grpc/grpc/issues/23661
#else
#define GPR_ABSEIL_SYNC 1
#endif
#endif // GPR_ABSEIL_SYNC
/*

Loading…
Cancel
Save