forked from cockpit/cockpit
Compare commits
1 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 57f8f2e6da |
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user