Skip to content
This repository was archived by the owner on Jun 29, 2026. It is now read-only.

Commit 739b456

Browse files
committed
Adds openssl to the devbox-environment, because we need it in our scripts!
1 parent 3160dd7 commit 739b456

4 files changed

Lines changed: 517 additions & 385 deletions

File tree

devbox.d/mysql/my.cnf

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# MySQL configuration file
2+
3+
[mariadbd]
4+
# Change this port if 3306 is already used
5+
#port = 3306
6+
log_error=mysql.log

devbox.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
"ginkgo": "2.23.4",
2121
"gnumake": "4.4",
2222
"gnutar": "latest",
23+
"go": "1.23.4",
2324
"go-tools": "2025.1",
2425
"golangci-lint": "1.64.8",
2526
"google-java-format": "1.27.0",
@@ -30,6 +31,7 @@
3031
"maven": "3.9.9",
3132
"mysql": "10.6.12",
3233
"oha": "1.8.0",
34+
"openssl": "latest",
3335
"postgresql": "latest",
3436
"python": "3.13.3",
3537
"redocly": "1.34.2",
@@ -39,8 +41,7 @@
3941
"temurin-bin-21": "21.0.3",
4042
"which": "latest",
4143
"xq-xml": "1.3.0",
42-
"yq-go": "4.45.4",
43-
"go": "1.23.4"
44+
"yq-go": "4.45.4"
4445
},
4546
"shell": {
4647
"init_hook": [

0 commit comments

Comments
 (0)