Skip to content

Commit 979e27c

Browse files
committed
scaling back stage list for testing
1 parent 9b31dc6 commit 979e27c

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/workflows/pi-gen.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,8 @@ jobs:
7070
password: ${{ env.FIRST_USER_PASS || 'aryaos415' }}
7171
pi-gen-release: ${{ env.PI_GEN_RELEASE || 'AryaOS' }}
7272
release: ${{ env.RELEASE || 'bookworm' }}
73-
stage-list: "stage0 stage1 stage2 ${{ env.GITHUB_CWD }}/stages/stage-base"
73+
# stage-list: "stage0 stage1 stage2 ${{ env.GITHUB_CWD }}/stages/stage-base"
74+
stage-list: "stage0 stage1 stage2"
7475
wpa-country: ${{ env.WPA_COUNTRY || 'US' }}
7576
wpa-essid: ${{ env.WPA_ESSID || 'AryaOS-WiFi' }}
7677
wpa-password: ${{ env.WPA_PASSWORD || 'aryaos415' }}

stages/stage-pytak/00-install/00-packages

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
python3-websockets
2+
13
https://github.com/snstac/pytak/releases/latest/download/pytak_latest_all.deb
24
https://github.com/snstac/takproto/releases/latest/download/takproto_latest_all.deb
35
https://github.com/snstac/asyncinotify/releases/download/v4.0.9-4/python3-asyncinotify_4.0.9-1_all.deb

0 commit comments

Comments
 (0)