enso/tools/legal-review
Pavel Marek a67297aebf
Add graalpy packages to the component directory (#8351)
Adds these JAR modules to the `component` directory inside Engine distribution:
- `graal-language-23.1.0`
- `org.bouncycastle.*` - these need to be added for graalpy language

# Important Notes
- Remove `org.bouncycastle.*` packages from `runtime.jar` fat jar.
- Make sure that the `./run` script preinstalls GraalPy standalone distribution before starting engine tests
- Note that using `python -m venv` is only possible from standalone distribution, we cannot distribute `graalpython-launcher`.
- Make sure that installation of `numpy` and its polyglot execution example works.
- Convert `Text` to `TruffleString` before passing to GraalPy - 8ee9a2816f
2023-12-04 11:50:59 +00:00
..
AWS Speeding up "hello world" example by 16% 2023-11-19 16:38:31 +01:00
Base Upgrade enso to GraalVM for jdk 21 (#7991) 2023-11-17 18:02:36 +00:00
Database Update sqlite jdbc dependency (#7031) 2023-06-15 11:00:18 +00:00
engine Add graalpy packages to the component directory (#8351) 2023-12-04 11:50:59 +00:00
Google_Api Scala 2.13.11 and libraries update (#7010) 2023-06-14 13:15:57 +00:00
Image Scala 2.13.11 and libraries update (#7010) 2023-06-14 13:15:57 +00:00
launcher Upgrade enso to GraalVM for jdk 21 (#7991) 2023-11-17 18:02:36 +00:00
license-texts Add graalpy packages to the component directory (#8351) 2023-12-04 11:50:59 +00:00
project-manager Upgrade enso to GraalVM for jdk 21 (#7991) 2023-11-17 18:02:36 +00:00
Table Always log to console and file (#7825) 2023-09-26 11:32:04 +02:00