Skip to content

Commit bf6d91d

Browse files
authored
Merge pull request #23 from probe-rs/fix-ci-errors
Fix CI errors by moving to KiCAD 8
2 parents 6f062bb + 22328e4 commit bf6d91d

File tree

8 files changed

+69835
-47388
lines changed

8 files changed

+69835
-47388
lines changed

.github/workflows/outputs.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,11 @@ jobs:
1313
runs-on: ubuntu-latest
1414
steps:
1515
- uses: actions/checkout@v4
16+
with:
17+
submodules: true
1618
- name: gitmarker
1719
run: "for i in *.kicad_pcb; do git rev-parse --short HEAD | xargs -I % sed -i 's/{GITHASH}/%/g' $i; done" # add git marker
18-
- uses: INTI-CMNB/KiBot@v2_k7
20+
- uses: INTI-CMNB/KiBot@v2_k8
1921
with:
2022
# Required - kibot config file
2123
config: config.kibot.yaml

.github/workflows/prerelease.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,14 @@ jobs:
1515
steps:
1616
- name: Checkout code
1717
uses: actions/checkout@v4
18+
with:
19+
submodules: true
1820
- name: Set tag hash
1921
id: tag
2022
run: echo "hash=$(git rev-parse --short HEAD)" >> $GITHUB_OUTPUT
2123
- name: gitmarker
2224
run: "for i in *.kicad_pcb; do sed -i 's/{GITHASH}/${{ steps.tag.outputs.hash }}/g' $i; done" # add git marker
23-
- uses: INTI-CMNB/KiBot@v2_k7
25+
- uses: INTI-CMNB/KiBot@v2_k8
2426
with:
2527
# Required - kibot config file
2628
config: config.kibot.yaml

.github/workflows/release.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,14 @@ jobs:
1515
steps:
1616
- name: Checkout code
1717
uses: actions/checkout@v4
18+
with:
19+
submodules: true
1820
- name: Set tag hash
1921
id: tag
2022
run: echo "hash=$(git rev-parse --short HEAD)" >> $GITHUB_OUTPUT
2123
- name: gitmarker
2224
run: "for i in *.kicad_pcb; do sed -i 's/{GITHASH}/${{ steps.tag.outputs.hash }}/g' $i; done" # add git marker
23-
- uses: INTI-CMNB/KiBot@v2_k7
25+
- uses: INTI-CMNB/KiBot@v2_k8
2426
with:
2527
# Required - kibot config file
2628
config: config.kibot.yaml

config.kibot.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,10 @@ filters:
2727
regex: 'mount.*hole'
2828

2929
preflight:
30-
run_erc: true
30+
erc: true
3131
update_xml: true
32-
run_drc: true
32+
drc: true
3333
check_zone_fills: false
34-
ignore_unconnected: false
3534

3635
global:
3736
drc_exclusions_workaround: true

rs-probe.kicad_pcb

Lines changed: 42733 additions & 37315 deletions
Large diffs are not rendered by default.

rs-probe.kicad_prl

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,12 @@
6767
"visible_layers": "003fffd_80000007",
6868
"zone_display_mode": 0
6969
},
70+
"git": {
71+
"repo_password": "",
72+
"repo_type": "",
73+
"repo_username": "",
74+
"ssh_key": ""
75+
},
7076
"meta": {
7177
"filename": "rs-probe.kicad_prl",
7278
"version": 3

0 commit comments

Comments
 (0)