SHA256
1
0
forked from cockpit/cockpit

1 Commits
main ... main

Author SHA256 Message Date
57f8f2e6da Update to 356 and fix esbuild
Co-Authored-By: Alice Brooks <alice.brooks@suse.com>
2026-02-17 11:19:04 +02:00
2 changed files with 5 additions and 7 deletions

View File

@@ -53,7 +53,7 @@
Name: cockpit
Summary: Web Console for Linux servers
License: LGPL-2.1-or-later AND GLP-3.0-or-later AND MIT AND CC-BY-SA-3.0 AND BSD-3-Clause
License: LGPL-2.1-or-later AND GPL-3.0-or-later AND MIT AND CC-BY-SA-3.0 AND BSD-3-Clause
URL: https://cockpit-project.org/
Version: 356

View File

@@ -1,10 +1,8 @@
From 22fe8bdedc8bb40cf2c9857fa73eb94985a1f664 Mon Sep 17 00:00:00 2001
From: Miika Alikirri <miika.alikirri@suse.com>
Date: Tue, 10 Feb 2026 19:46:47 +0200
Subject: Don't use esbuild wasm on ppc64
From: Alice Brooks <alice.brooks@suse.com>
Date: Mon Feb 16 12:06:57 2026 +0000
Subject: Never use wasm
For some reason, wasm runtime is broken on node24 so we should
use native runtime instead
---
build.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
@@ -22,6 +20,6 @@ index 49fc9900a..5e57ebc62 100755
// ensure node_modules is present and up to date
child_process.spawnSync('tools/node-modules', ['make_package_lock_json'], { stdio: 'inherit' });
[Don't use esbuild wasm on ppc64
--
2.52.0