From d31de3650050a96addbf4ce8b9ebb58c3ddd75e1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan-Otto=20Kr=C3=B6pke?= Date: Thu, 15 Jun 2023 11:08:05 +0200 Subject: [PATCH] debug --- .github/workflows/main.yml | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 04d476d..954bb95 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -56,14 +56,9 @@ jobs: if [ "$RUNNER_OS" == "Windows" ]; then npx nx run open-lens:build:app --win nsis msi portable elif [ "$RUNNER_OS" == "Linux" ]; then - env npm_config_target_arch=arm64 npm_config_arch=arm64 npm rebuild --loglevel debug node-pty@0.10.1 - env npm_config_target_arch=arm64 npm_config_arch=arm64 npm rebuild -w open-lens --loglevel debug node-pty@0.10.1 - find . -name '*pty.node' -print0 | xargs -0 file - env npm_config_target_arch=arm64 npm_config_arch=arm64 npx @electron/rebuild -f - find . -name '*pty.node' -print0 | xargs -0 file - env npm_config_target_arch=arm64 npm_config_arch=arm64 npx @electron/rebuild -f -a arm64 - find . -name '*pty.node' -print0 | xargs -0 file cd open-lens + env npm_config_target_arch=arm64 npm_config_arch=arm64 npm rebuild --loglevel silly node-pty + find . -name '*pty.node' -print0 | xargs -0 file env npm_config_target_arch=arm64 npm_config_arch=arm64 npx @electron/rebuild -f -a arm64 cd .. find . -name '*pty.node' -print0 | xargs -0 file