diff --git a/.cirrus.yml b/.cirrus.yml index 51ee15f3..833862b7 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -9,8 +9,8 @@ task: arm_container: image: ubuntu:focal memory: 8G - # only_if: $CIRRUS_TAG != '' - only_if: "changesInclude('.cirrus.yml', 'src/*', 'native/script/*')" + only_if: $CIRRUS_TAG != '' + # only_if: "changesInclude('.cirrus.yml', 'src/*', 'native/script/*')" env: DTLV_PLATFORM: linux script: | diff --git a/CHANGELOG.md b/CHANGELOG.md index 0e41f39a..dadbb7a4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,12 @@ # Change Log -## 0.9.9 (2024-08-11) +## WIP +### Fixed +- [Native] compile native image with UTF-8 encoding on Arm64 Linux and Windows. +## 0.9.9 (2024-08-11) ## Added -- [Platform] native on arm64 Linux. [Thx @aldebogdanov] +- [Platform] native image on Arm64 Linux. [Thx @aldebogdanov] - [Benchmark] ported Join Order Benchmark (JOB) from SQL ## Fixed