This is an automated email from the ASF dual-hosted git repository.
ronny pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/couchdb-glazier.git
The following commit(s) were added to refs/heads/main by this push:
new 86cbea9 Update Erlang version to 26.2.5.16 (#53)
86cbea9 is described below
commit 86cbea9404233a7826900671b13518c41ba50c68
Author: Ronny Berndt <[email protected]>
AuthorDate: Sat Nov 8 16:42:55 2025 +0100
Update Erlang version to 26.2.5.16 (#53)
---
bin/variables.ps1 | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/bin/variables.ps1 b/bin/variables.ps1
index 800099c..1b55d2c 100644
--- a/bin/variables.ps1
+++ b/bin/variables.ps1
@@ -26,7 +26,7 @@ $vcpkgBase = "${vcpkgInstallPath}\installed\x64-windows"
# ERLANG BUILD SETTINGS
# Download location of the Erlang/OTP Environment for Windows (x64)
-$erlVersion = "26.2.5.15"
+$erlVersion = "26.2.5.16"
$erlBuildUri =
"https://github.com/erlang/otp/releases/download/OTP-${erlVersion}/otp_win64_${erlVersion}.exe"
$erlBuildFile = "${artifactDir}\$(Split-Path $erlBuildUri -Leaf)"
$erlDir = "erl-${erlVersion}"
@@ -45,7 +45,7 @@ $elxInstallPath = "${toolsDir}\${elxDir}"
# Download location of the pre-build SpiderMonkey development files for
Windows (x64)
$smBuild = "Windows-mozjs-128"
-$smBuildVersion = "0.0.11"
+$smBuildVersion = "0.0.13"
$smBuildUri =
"https://github.com/big-r81/couchdb-sm/releases/download/v${smBuildVersion}/${smBuild}.tar.xz"
$smBuildFile = "${artifactDir}\$(Split-Path $smBuildUri -Leaf)"
$smInstallPath = "${toolsDir}\${smBuild}"