1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-15 15:53:27 +00:00

Desktop Native compile debug builds with debug log level (#17357)

* Desktop Native compile debug builds with debug log level

* typo in code comment
This commit is contained in:
neuronull
2025-11-17 08:14:50 -08:00
committed by GitHub
parent c67715ea29
commit a2abbd09bf
4 changed files with 34 additions and 15 deletions

View File

@@ -251,7 +251,7 @@ jobs:
TARGET: musl
run: |
rustup target add x86_64-unknown-linux-musl
node build.js --target=x86_64-unknown-linux-musl --release
node build.js --target=x86_64-unknown-linux-musl
- name: Build application
run: npm run dist:lin
@@ -414,7 +414,7 @@ jobs:
TARGET: musl
run: |
rustup target add aarch64-unknown-linux-musl
node build.js --target=aarch64-unknown-linux-musl --release
node build.js --target=aarch64-unknown-linux-musl
- name: Check index.d.ts generated
if: github.event_name == 'pull_request' && steps.cache.outputs.cache-hit != 'true'
@@ -995,12 +995,12 @@ jobs:
cache: 'npm'
cache-dependency-path: '**/package-lock.json'
node-version: ${{ env._NODE_VERSION }}
- name: Set up Python
uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0
with:
python-version: '3.14'
- name: Set up Node-gyp
run: python3 -m pip install setuptools
@@ -1232,12 +1232,12 @@ jobs:
cache: 'npm'
cache-dependency-path: '**/package-lock.json'
node-version: ${{ env._NODE_VERSION }}
- name: Set up Python
uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0
with:
python-version: '3.14'
- name: Set up Node-gyp
run: python3 -m pip install setuptools
@@ -1504,12 +1504,12 @@ jobs:
cache: 'npm'
cache-dependency-path: '**/package-lock.json'
node-version: ${{ env._NODE_VERSION }}
- name: Set up Python
uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0
with:
python-version: '3.14'
- name: Set up Node-gyp
run: python3 -m pip install setuptools