fix: CI failures - tests-linux-stable and build-publish-images
tests-linux-stable.yml: - Add SKIP_WASM_BUILD=1 to test-linux-stable-int, test-linux-stable-runtime-benchmarks, test-linux-stable, and test-linux-stable-no-try-runtime jobs - Remove wasm32v1-none target from test-linux-stable-runtime-benchmarks (not needed with SKIP_WASM_BUILD) - Tracking: https://github.com/pezkuwichain/pezkuwi-sdk/issues/358 build-publish-images.yml: - Add git safe.directory configuration to build-linux-stable and build-linux-bizinikiwi jobs - Fixes "fatal: detected dubious ownership in repository" error that occurs when build-only-wasm.sh script runs git rev-parse
This commit is contained in:
@@ -46,6 +46,8 @@ jobs:
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
|
||||
- name: Configure git safe.directory
|
||||
run: git config --global --add safe.directory '*'
|
||||
- name: Add wasm32v1-none target
|
||||
run: rustup target add wasm32v1-none
|
||||
- name: build
|
||||
@@ -252,6 +254,8 @@ jobs:
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
|
||||
- name: Configure git safe.directory
|
||||
run: git config --global --add safe.directory '*'
|
||||
- name: Add wasm32v1-none target
|
||||
run: rustup target add wasm32v1-none
|
||||
- name: build
|
||||
|
||||
Reference in New Issue
Block a user