This is an automated email from the ASF dual-hosted git repository.
tiagobento pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-kie-tools.git
The following commit(s) were added to refs/heads/main by this push:
new 7bd616c3114 NO-ISSUE: On Devbox environment, only load glibc-locales
on Linux (#3186)
7bd616c3114 is described below
commit 7bd616c31145da360b1872f636cfe475e8adef90
Author: Thiago Lugli <[email protected]>
AuthorDate: Tue Jun 24 12:48:17 2025 -0300
NO-ISSUE: On Devbox environment, only load glibc-locales on Linux (#3186)
---
devbox.json | 5 ++++-
devbox.lock | 4 ++++
2 files changed, 8 insertions(+), 1 deletion(-)
diff --git a/devbox.json b/devbox.json
index 8e268de043c..1d4c8a613f2 100644
--- a/devbox.json
+++ b/devbox.json
@@ -9,7 +9,10 @@
"go": "1.23.8",
"python": "3.12.2",
"libxml2": "2.13.3",
- "glibcLocales": "2.40-66"
+ "glibcLocales": {
+ "version": "2.40-66",
+ "platforms": ["x86_64-linux", "aarch64-linux"]
+ }
},
"env": {
"PLAYWRIGHT_BROWSERS_PATH": "0",
diff --git a/devbox.lock b/devbox.lock
index 0963004976e..ab6c3e97436 100644
--- a/devbox.lock
+++ b/devbox.lock
@@ -1,6 +1,10 @@
{
"lockfile_version": "1",
"packages": {
+ "github:NixOS/nixpkgs/nixpkgs-unstable": {
+ "last_modified": "2025-06-22T15:15:55Z",
+ "resolved":
"github:NixOS/nixpkgs/3078b9a9e75f1790e6d6ef9955fdc6a2d1740cc6?lastModified=1750605355&narHash=sha256-xT8cPLTxlktxI9vSdoBlAVK7dXgd8IK59j7ZwzkkhnI%3D"
+ },
"[email protected]": {
"last_modified": "2025-05-16T20:19:48Z",
"resolved":
"github:NixOS/nixpkgs/12a55407652e04dcf2309436eb06fef0d3713ef3#glibcLocales",
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]