enso/build/ci_utils/src
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
..
actions Build script fixes & improvements (#8285) 2023-11-23 21:19:31 +01:00
archive Remove tokio-tar. (#7631) 2023-08-22 23:13:10 +02:00
cache Add graalpy packages to the component directory (#8351) 2023-12-04 11:50:59 +00:00
deploy Dependency cleaning (#4092) 2023-01-27 23:39:37 +01:00
env Build script fixes & improvements (#8285) 2023-11-23 21:19:31 +01:00
extensions Update GraalVM to 17.0.7 (23.0.0 JDK17) (#7176) 2023-07-20 15:11:30 +00:00
fs Remove tokio-tar. (#7631) 2023-08-22 23:13:10 +02:00
github CI improvements / IDE2 releasing (#8059) 2023-10-16 14:18:17 +02:00
goodies bump shader tools version and use distribution install by default (#6164) 2023-04-01 13:04:36 +00:00
io Add Progress Bar For Large Streamed Downloads (#6096) 2023-06-14 21:02:14 +03:00
models Cloud dispatch & fixes (#3843) 2022-11-09 00:15:26 +01:00
os Build script merge (#3743) 2022-10-10 23:38:48 +02:00
path Cloud dispatch & fixes (#3843) 2022-11-09 00:15:26 +01:00
platform Build script merge (#3743) 2022-10-10 23:38:48 +02:00
process Replace Go with Java-based httpbin server (#3894) 2022-11-23 15:39:58 +01:00
program New GUI/IDE build script support (#7832) 2023-10-03 20:07:20 +02:00
programs Add graalpy packages to the component directory (#8351) 2023-12-04 11:50:59 +00:00
actions.rs Cloud dispatch & fixes (#3843) 2022-11-09 00:15:26 +01:00
archive.rs Use Enso Font (#7516) 2023-08-17 18:36:12 +00:00
buffer.rs Build script merge (#3743) 2022-10-10 23:38:48 +02:00
cache.rs Bump rustc to nightly-2023-01-12 (#4053) 2023-02-02 23:05:25 +00:00
ci.rs Build script merge (#3743) 2022-10-10 23:38:48 +02:00
deploy.rs Build script merge (#3743) 2022-10-10 23:38:48 +02:00
env.rs Build script fixes & improvements (#8285) 2023-11-23 21:19:31 +01:00
extensions.rs Cloud dispatch & fixes (#3843) 2022-11-09 00:15:26 +01:00
fmt.rs Build script merge (#3743) 2022-10-10 23:38:48 +02:00
fs.rs Run TypeScript typechecking and eslint on Lint CI (#6603) 2023-05-23 12:22:53 +02:00
future.rs Cloud dispatch & fixes (#3843) 2022-11-09 00:15:26 +01:00
github.rs Bump rustc to nightly-2023-01-12 (#4053) 2023-02-02 23:05:25 +00:00
global.rs fix: Remove race in MultiProgress write/flush (#7086) 2023-06-20 17:11:55 +02:00
goodies.rs Shaders precompilation (#4003) 2023-01-27 01:09:09 +01:00
io.rs Build script merge (#3743) 2022-10-10 23:38:48 +02:00
lib.rs Improved FRP implementation (#6944) 2023-06-17 16:14:19 +02:00
log.rs fix: Remove race in MultiProgress write/flush (#7086) 2023-06-20 17:11:55 +02:00
models.rs Build script merge (#3743) 2022-10-10 23:38:48 +02:00
os.rs Build script merge (#3743) 2022-10-10 23:38:48 +02:00
packaging.rs Package MSVC CRT redistributables in with the backend native images. (#4019) 2023-01-16 15:06:00 +01:00
path.rs Build script merge (#3743) 2022-10-10 23:38:48 +02:00
platform.rs Build script merge (#3743) 2022-10-10 23:38:48 +02:00
process.rs Replace Go with Java-based httpbin server (#3894) 2022-11-23 15:39:58 +01:00
program.rs Build script merge (#3743) 2022-10-10 23:38:48 +02:00
programs.rs Add graalpy packages to the component directory (#8351) 2023-12-04 11:50:59 +00:00
reqwest.rs Build script merge (#3743) 2022-10-10 23:38:48 +02:00
serde.rs Shaders precompilation (#4003) 2023-01-27 01:09:09 +01:00