-
Notifications
You must be signed in to change notification settings - Fork 18
Add hackathon installation scripts #16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
…latform install scripts, hardcoded API URL, test/benchmark modes only
…nual registration step for hackathon participants
…e --anonymous flag from CLI - Update install scripts to use GitHub authentication - Re-enable all submission modes - Simplify authentication flow to GitHub OAuth only
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
Adds dedicated installation scripts and preconfiguration for hackathon participants, and updates error messaging and documentation to streamline setup.
- Preconfigure the POPCORN_API_URL at startup
- Introduce bash and PowerShell installer scripts for hackathon mode
- Update CLI error message and docs with quick-install and example code
Reviewed Changes
Copilot reviewed 7 out of 7 changed files in this pull request and generated 2 comments.
Show a summary per file
| File | Description |
|---|---|
| src/main.rs | Set default API URL and removed manual env-var check |
| src/cmd/mod.rs | Updated error text to reference the popcorn-cli register command |
| install.sh | New bash installer script for Unix/Linux/macOS |
| install.ps1 | New PowerShell installer script for Windows |
| docs/AMD_workshop/example.py | Added sample AMD workshop kernel implementation |
| docs/AMD_workshop/README.md | Added hackathon quick-install instructions |
Comments suppressed due to low confidence (2)
src/cmd/mod.rs:114
- [nitpick] Error messages should use backticks around CLI commands for clarity, e.g.,
popcorn-cli registerinstead of 'popcorn-cli register'.
"cli_id not found in config file ({}). Please run 'popcorn-cli register' first."
install.ps1:4
- The
$Forceparameter is defined but not used; implement its behavior or remove the parameter.
[switch]$Force = $false
S1ro1
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just remove from .gitignore, can merge after
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
…de/popcorn-cli into hackathon-install-scripts
Added scripts for both linux based and Windows based setup which would
With some doc instructions on what people should do at the physical workshop
Tested so far on my local mac and doing windows now