mirror of
https://github.com/balena-io/etcher.git
synced 2025-07-29 06:06:33 +00:00
patch: CI test and publish without debug to prevent issues with xxhash-addon
This commit is contained in:
parent
ba68bb1ea2
commit
d861e963df
7
.github/actions/publish/action.yml
vendored
7
.github/actions/publish/action.yml
vendored
@ -104,9 +104,10 @@ runs:
|
|||||||
shell: bash
|
shell: bash
|
||||||
# IMPORTANT: before making changes to this step please consult @engineering in balena's chat.
|
# IMPORTANT: before making changes to this step please consult @engineering in balena's chat.
|
||||||
run: |
|
run: |
|
||||||
if [[ '${{ inputs.VERBOSE }}' =~ on|On|Yes|yes|true|True ]]; then
|
## FIXME: causes issues with `xxhash` which tries to load a debug build which doens't exist and cannot be compiled
|
||||||
export DEBUG='electron-forge:*,sidecar'
|
# if [[ '${{ inputs.VERBOSE }}' =~ on|On|Yes|yes|true|True ]]; then
|
||||||
fi
|
# export DEBUG='electron-forge:*,sidecar'
|
||||||
|
# fi
|
||||||
|
|
||||||
APPLICATION_VERSION="$(jq -r '.version' package.json)"
|
APPLICATION_VERSION="$(jq -r '.version' package.json)"
|
||||||
|
|
||||||
|
7
.github/actions/test/action.yml
vendored
7
.github/actions/test/action.yml
vendored
@ -49,9 +49,10 @@ runs:
|
|||||||
- name: Test release
|
- name: Test release
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
if [[ '${{ inputs.VERBOSE }}' =~ on|On|Yes|yes|true|True ]]; then
|
## FIXME: causes issues with `xxhash` which tries to load a debug build which doens't exist and cannot be compiled
|
||||||
export DEBUG='electron-forge:*,sidecar'
|
# if [[ '${{ inputs.VERBOSE }}' =~ on|On|Yes|yes|true|True ]]; then
|
||||||
fi
|
# export DEBUG='electron-forge:*,sidecar'
|
||||||
|
# fi
|
||||||
|
|
||||||
runner_os="$(echo "${RUNNER_OS}" | tr '[:upper:]' '[:lower:]')"
|
runner_os="$(echo "${RUNNER_OS}" | tr '[:upper:]' '[:lower:]')"
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user