Skip to content

Commit 1e216fe

Browse files
authored
Updated script-languages (#1095)
fixes #943 fixes #1043
1 parent d925f70 commit 1e216fe

File tree

7 files changed

+53
-48
lines changed

7 files changed

+53
-48
lines changed

.current_gitmodules

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

doc/changes/changes_9.4.0.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ t.b.d.
1010

1111
## Script-Language-Container-Tool (Exaslct)
1212

13-
This release uses version 2.0.0 of the container tool.
13+
This release uses version 3.0.0 of the container tool.
1414

1515
## Features
1616

@@ -22,13 +22,14 @@ n/a
2222

2323
## Refactorings
2424

25-
n/a
25+
- #943: Use env variable for ssl dependencies
26+
- #1043: Created a nox session for running OFT
27+
- Updated poetry dependencies
2628

2729
## Bugs
2830

2931
- #1088: Clear bazel cache in build_run step
3032

31-
3233
## Doc
3334

34-
- #1079: Updated user guide
35+
n/a

flavors/standard-EXASOL-all-java-11/flavor_base/udfclient_deps/Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,3 +24,5 @@ ENV PROTOBUF_LIBRARY_PREFIX=/usr/lib/
2424
ENV PROTOBUF_INCLUDE_PREFIX=/usr/include/
2525
ENV ZMQ_LIBRARY_PREFIX=/usr/lib
2626
ENV ZMQ_INCLUDE_PREFIX=/usr/include
27+
ENV OPENSSL_LIBRARY_PREFIX=/usr/lib/x86_64-linux-gnu
28+
ENV OPENSSL_INCLUDE_PREFIX=/usr/include/openssl

flavors/standard-EXASOL-all/flavor_base/udfclient_deps/Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,3 +24,5 @@ ENV PROTOBUF_LIBRARY_PREFIX=/usr/lib/
2424
ENV PROTOBUF_INCLUDE_PREFIX=/usr/include/
2525
ENV ZMQ_LIBRARY_PREFIX=/usr/lib
2626
ENV ZMQ_INCLUDE_PREFIX=/usr/include
27+
ENV OPENSSL_LIBRARY_PREFIX=/usr/lib/x86_64-linux-gnu
28+
ENV OPENSSL_INCLUDE_PREFIX=/usr/include/openssl

poetry.lock

Lines changed: 39 additions & 39 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@ keywords = ['exasol', 'udf', 'script-languages']
2525

2626
[tool.poetry.dependencies]
2727
python = ">=3.10,<4"
28-
exasol-script-languages-container-tool = "^2.0.0"
29-
exasol-script-languages-container-ci = "^1.7.0"
30-
exasol-script-languages-container-ci-setup = "^1.7.0"
28+
exasol-script-languages-container-tool = "^3.0.0"
29+
exasol-script-languages-container-ci = "^1.8.0"
30+
exasol-script-languages-container-ci-setup = "^1.8.0"
3131
pandas = "^2.2.2"
3232
tabulate = "^0.9.0"
3333
click = "^8.1.7"

0 commit comments

Comments
 (0)