pezkuwichain
c593011caa
ci: add wasm32v1-none target for Rust 1.84+ WASM builds
...
Fixes getrandom/duplicate lang item errors in WASM builds by ensuring
the wasm32v1-none target is installed before running cargo builds that
involve WASM compilation. This is required for Rust 1.84+ where the
bizinikiwi-wasm-builder uses wasm32v1-none instead of wasm32-unknown-unknown.
Affected workflows:
- tests.yml (quick-benchmarks)
- tests-linux-stable.yml (test-linux-stable-int, test-linux-stable-runtime-benchmarks)
- tests-misc.yml (test-deterministic-wasm)
- build-publish-images.yml (build-linux-stable, build-linux-bizinikiwi)
- check-pezframe-omni-bencher.yml (quick-benchmarks-omni, run-pezframe-omni-bencher)
2025-12-26 14:12:02 +03:00
pezkuwichain
0e9d70184d
ci: fix macOS pip externally-managed-environment error
...
Add --break-system-packages flag to pip3 install command
for macOS runners where Python is managed by Homebrew.
2025-12-26 13:59:42 +03:00
pezkuwichain
f1d6e19e9f
ci: pin solc version to 0.8.30 for revive compatibility
2025-12-26 09:51:05 +03:00
pezkuwichain
ec61dca3cf
fix(ci): AŞAMA 3 test düzeltmeleri
...
- testnet cargo profili eklendi (CI testleri için gerekli)
- tests-misc.yml: frame-feature-testing feature adı düzeltildi
- 179 UI test .stderr dosyası güncellendi (rebrand yansıması)
- ss58-registry doc testleri: ss58_registry -> pezkuwi_ss58_registry
- ss58-registry doc testleri: TokenRegistry::Dot -> TokenRegistry::Hez
- WORKFLOW_PLAN.md güncellendi (doğru CI komutları)
- 3 pezpallet UI test dosyası düzeltildi:
- PezpalletInfo -> PalletInfo
- PezpalletError -> PalletError
Test edildi:
- cargo check --workspace --locked --features experimental,ci-only-tests ✅
- cargo check --workspace --locked --features try-runtime,experimental,ci-only-tests ✅
- cargo check --workspace --locked --features runtime-benchmarks ✅
- cargo test --profile testnet -p pezkuwi-node-metrics --features=runtime-metrics ✅
- cargo test -p pezframe-support-test UI tests ✅
- cargo test --doc --workspace --all-features ✅
- cargo build --profile testnet -p pezkuwi-test-malus ✅
2025-12-25 09:44:29 +03:00
pezkuwichain
2afd98c18d
fix: rebrand paths in workflows and configs
...
- Update review-bot.yml: bridges -> pezbridges, frame -> pezframe
- Update build-publish-eth-rpc.yml: paritypr -> pezkuwichain, frame -> pezframe
- Update checks-quick.yml: frame -> pezframe path fixes
- Update release-60 workflow: frame -> pezframe path fixes
- Update tests-misc.yml: frame -> pezframe path fixes
- Apply cargo fix for unused parentheses in test collators
2025-12-23 09:37:11 +03:00
pezkuwichain
2093647fea
feat: Add rebrand CI/CD workflows to main branch
...
- Add 72 rebrand workflow files (polkadot→pezkuwi, substrate→bizinikiwi, cumulus→pezcumulus)
- Add GitHub actions, issue templates, and configs
- Removed unnecessary workflows (fork-sync, gitspiegel, upstream-tracker, sync-templates, backport)
- Renamed zombienet test files to match new naming convention
2025-12-19 22:51:57 +03:00