-
Notifications
You must be signed in to change notification settings - Fork 11
Fix devcontainer setup #2460
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?
Fix devcontainer setup #2460
Conversation
🧪 Review environmenthttps://wmtxmtscaa23gi3bkfiu7e265e0zdoke.lambda-url.ca-central-1.on.aws/ |
smcmurtry
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.
I'm getting the following failure when trying to build the dev container:
3.714 E: Unable to locate package eza
And I'm able to build the dev container in the main branch without any errors.
f25bc0a to
3ccbf28
Compare
3ccbf28 to
0771f97
Compare
| procps \ | ||
| sudo \ | ||
| tldr \ | ||
| tealdeer \ |
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.
🙇
jimleroyer
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.
Looks good, let's make sure cypress still work after the removal of libgconf-2-4. It seems that this is a dependency for older version of cypress, so that might still work after its removal here, as we would have carried this dep since then.
smcmurtry
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.
This is now building for me and the tests are passing. Nice!
|
Although I think this did break the copilot chat integration... is there any way to fix that? |
Summary | Résumé
Failure when setting up the admin devcontainer, this PR fixes that
Test instructions | Instructions pour tester la modification