Commit Graph

4 Commits

Author SHA1 Message Date
pezkuwichain 7a2efa936d fix: add clang-devel for opensuse in getting-started.sh
opensuse tumbleweed requires clang-devel package to provide libclang.so
which is needed by clang-sys crate during compilation.
2026-01-27 15:54:00 +03:00
pezkuwichain f7039c1d35 fix: getting-started workflow use local templates and workspace builds
- Add PEZKUWI_TEMPLATE_SOURCE env var support to getting-started.sh
  for using local templates instead of cloning from external repos
- Update workflow to build templates within SDK workspace context
  since templates use workspace inheritance
- Add package names to matrix for correct cargo -p targets
- Add SKIP_WASM_BUILD=1 to avoid serde_core wasm32 issues
2026-01-08 12:12:22 +03:00
pezkuwichain 9bfa143337 fix: update template URLs in getting-started.sh
- Change template clone URL from pezkuwichain/{template}-template
  to pezkuwichain/pezkuwi-sdk-{template}-template
- All three template repos now accessible:
  - pezkuwi-sdk-minimal-template
  - pezkuwi-sdk-teyrchain-template
  - pezkuwi-sdk-solochain-template
- Update WORKFLOW_PLAN.md with current progress
2025-12-23 09:37:12 +03:00
pezkuwichain 286de54384 feat: initialize Kurdistan SDK - independent fork of Polkadot SDK 2025-12-13 15:44:15 +03:00