Skip to content

Commit 8ce111f

Browse files
committed
Update sync-upstream.sh: remove outdated 'headless' variant, use platform syntax
1 parent 5cff2f5 commit 8ce111f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

sync-upstream.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ ${YELLOW}Protected Files (never overwritten):${NC}
3737
• README.md - Fork-specific documentation
3838
3939
${YELLOW}After Sync:${NC}
40-
1. Test: cd bindings/python && ./build.sh headless && pytest tests/
40+
1. Test: cd bindings/python && ./build.sh linux/amd64 && pytest tests/
4141
2. Push: git push --force-with-lease origin main
4242
4343
${YELLOW}Troubleshooting:${NC}
@@ -194,7 +194,7 @@ echo -e " ${CYAN}1. Review changes:${NC}"
194194
echo -e " ${YELLOW}git log --oneline -10${NC}"
195195
echo ""
196196
echo -e " ${CYAN}2. Test locally (REQUIRED):${NC}"
197-
echo -e " ${YELLOW}cd bindings/python && ./build.sh headless${NC}"
197+
echo -e " ${YELLOW}cd bindings/python && ./build.sh linux/amd64${NC}"
198198
echo -e " ${YELLOW}pytest tests/ -v${NC}"
199199
echo ""
200200
echo -e " ${CYAN}3. Push to your fork:${NC}"

0 commit comments

Comments
 (0)