You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
o3de/scripts/build
AMZN-AlexOteiza e07cb1f2ed
Re-enabled linux tests physics (#5701)
* Re-enabled linux tests physics

* Fix for python load errors on Linux (#5627)

* Explicitly load libpython on Linux

Downstream loads of python modules that weren't linked to libpython would
fail to load because libraries were loaded using the RTLD_LOCAL flag.  This
adds a function that will explicitly load libpython on Linux using the
RTLD_GLOBAL flag.

Signed-off-by: amzn-phist <52085794+amzn-phist@users.noreply.github.com>

* Fix misspelled function name

Signed-off-by: amzn-phist <52085794+amzn-phist@users.noreply.github.com>

* Addressing PR feedback

- Updates naming and location of things.
- Adds load code to a Gem template.
- Updates error checking.

Signed-off-by: amzn-phist <52085794+amzn-phist@users.noreply.github.com>

* Address further feedback

Removes the api function in favor of just having modules inherit off a
PythonLoader class, that way we get RAAI behavior and lifetime management
for free.

Signed-off-by: amzn-phist <52085794+amzn-phist@users.noreply.github.com>
Signed-off-by: aljanru <aljanru@amazon.co.uk>

Co-authored-by: amzn-phist <52085794+amzn-phist@users.noreply.github.com>
4 years ago
..
Jenkins Remove timeout in the mount step 4 years ago
Platform Re-enabled linux tests physics (#5701) 4 years ago
TestImpactAnalysis Fix corrupt merge. (#3142) 4 years ago
bootstrap Fix command formatting 4 years ago
build_node/Platform Fixes for clang-12 (#5435) 4 years ago
lambda Shorten copyright headers by splitting into 2 lines (#2213) 5 years ago
package removing some rad leftovers (#3366) 4 years ago
tools [development] s3 upload script now replicates directory structure relative to search root (#2947) 5 years ago
ci_build.py Shorten copyright headers by splitting into 2 lines (#2213) 5 years ago
ci_build_metrics.py Shorten copyright headers by splitting into 2 lines (#2213) 5 years ago
submit_metrics.py Shorten copyright headers by splitting into 2 lines (#2213) 5 years ago