-
Notifications
You must be signed in to change notification settings - Fork 14
Bun conversion #163
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
base: main
Are you sure you want to change the base?
Bun conversion #163
Conversation
As this pull request is from a fork, the Colmena workflow requires repository secrets to deploy to staging. Maintainers can add the |
Head branch was pushed to by a user without write access
# Get unzip | ||
apt-get install -y unzip |
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.
you'll need this bc bun install requires it
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.
No apt in nix, this needs to be installed via the configs.
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.
add it as an option to this list of system packages i believe
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.
there's also packages for tgs in that same file, specifically node, L131. this seems more precise?
i'm still confused if this line is needed for it to run on tgstation ci
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.
That's the right spot. The one oranges linked isn't
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.
i'm going to remove the apt get line. i just wonder if this means it won't work on tgstation CI.
# Get unzip | ||
apt-get install -y unzip |
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.
No apt in nix, this needs to be installed via the configs.
This will call bun instead of node, see the PR tgstation/tgstation#91359