Github user jeking3 commented on the issue:

    https://github.com/apache/thrift/pull/1084
  
    None that I know of.  What you can do is:
    
    1. Make sure language support is in the Dockerfile for the ubuntu and 
debian builds.
    2. Look for CROSS_LANGS in the top level Makefile.am.  That should lead you 
to the rest.
    3. You will need a TestServer and TestClient implementation; you can look 
in test/cpp or test/perl for example implementations.  You will probably need a 
new test/ subdirectory for swift.
    4. Make cross until it works.  If a test reliably fails (and is supposed 
to) put it into the known test failures file by running "test.py -U merge" from 
the test directory after running make cross.
    
    Note that adding to CROSS_LANGS will also run the cross feature tests as 
well, which are in test/features.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to