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/Platform/Linux
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
..
asset_linux.sh Update how Project Filepaths are calculated when not supplied via command line (#5194) 4 years ago
build_asset_linux.sh Shorten copyright headers by splitting into 2 lines (#2213) 5 years ago
build_config.json Re-enabled linux tests physics (#5701) 4 years ago
build_linux.sh Create a nightly job that validates project-centric/engine-prebuilt (#5287) 4 years ago
build_test_linux.sh Shorten copyright headers by splitting into 2 lines (#2213) 5 years ago
clean_linux.sh Shorten copyright headers by splitting into 2 lines (#2213) 5 years ago
env_linux.sh Create a nightly job that validates project-centric/engine-prebuilt (#5287) 4 years ago
pipeline.json [Linux] Update Jenkins Linux build to use Ubuntu 20, clang 12 (#5035) 4 years ago
python_linux.sh Shorten copyright headers by splitting into 2 lines (#2213) 5 years ago
test_linux.sh Shorten copyright headers by splitting into 2 lines (#2213) 5 years ago