Skip to content

Conversation

@shajrawi
Copy link

Some test cases use something like

config.target_run_simple_swift = ( '%%empty-directory(%%t) && ' '%s %s %%s -o %%t/a.out -module-name main && ' '%s %%t/a.out &&' '%s %%t/a.out’ 

That does not respect the %target-run DYLD_LIBRARY_PATH for choosing the just built libraries and/or OS libraries.
This PR respects said library path in such situations

rdar://problem/49835064

…ing %target-run Some test cases use something like ``` config.target_run_simple_swift = ( '%%empty-directory(%%t) && ' '%s %s %%s -o %%t/a.out -module-name main && ' '%s %%t/a.out &&' '%s %%t/a.out’ ``` That does not respect the %target-run DYLD_LIBRARY_PATH for choosing the just built libraries and/or OS libraries. This PR respects said library path in such situations rdar://problem/49835064
@shajrawi
Copy link
Author

@swift-ci Please test and merge

@shajrawi
Copy link
Author

On Linux /home/buildnode/jenkins/workspace/swift-PR-Linux/branch-swift-5.1-branch/swift-corelibs-foundation/Foundation/NSError.swift:919:29: error: use of undeclared type 'POSIXErrorCode'
cc @xedin who's build czaring

@shajrawi
Copy link
Author

@swift-ci Please test Linux

@swift-ci
Copy link
Contributor

Build failed
Swift Test Linux Platform
Git Sha - 1e6efa2

@shajrawi
Copy link
Author

@swift-ci Please test Linux

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

3 participants