Skip to content
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

Support for bun #57

Open
cskiwi opened this issue May 31, 2024 · 2 comments
Open

Support for bun #57

cskiwi opened this issue May 31, 2024 · 2 comments

Comments

@cskiwi
Copy link

cskiwi commented May 31, 2024

hi,

Currently you can't use bun with the default agents.
So we have to disable the agents and run everything on github actions for now.

Would be nice to see this supported :)

Greetings Glenn

@yjaaidi
Copy link

yjaaidi commented Jun 5, 2024

Hi Glenn, meanwhile, you could use a custom launch template like this one: https://github.com/marmicode/cookbook/blob/main/.nx/workflows/bun.yaml

@cskiwi
Copy link
Author

cskiwi commented Jun 19, 2024

Thanks, I tried it but got the following error:

1    /tmp/102857006:5978
2        throw new Error("No cache restore key or paths provided.");
3        ^
4    
5    Error: No cache restore key or paths provided.
6        at Object.<anonymous> (/tmp/102857006:5978:11)
7        at Module._compile (node:internal/modules/cjs/loader:1376:14)
8        at Module._extensions..js (node:internal/modules/cjs/loader:1435:10)
9        at Module.load (node:internal/modules/cjs/loader:1207:32)
10       at Module._load (node:internal/modules/cjs/loader:1023:12)
11       at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:135:12)
12       at node:internal/main/run_main_module:28:49
13   
14   Node.js v20.11.1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants