tests: thrift: build_only until c++11 threads are in sdk

There was a make-shift mutex implementation added to thrift
while waiting for C++11 thread support in the SDK. This was
fairly racey and would cause issues in CI regularly.

Make the tests build-only for now until C++11 thread, mutex,
etc support is stabilized.

Signed-off-by: Chris Friedt <chrisfriedt@gmail.com>
This commit is contained in:
Chris Friedt 2024-03-29 09:08:28 -04:00 committed by Maureen Helm
parent 566b4900ce
commit f2d1851c2b
1 changed files with 1 additions and 0 deletions

View File

@ -1,4 +1,5 @@
common:
build_only: true
tags:
- thrift
- cpp