-
Notifications
You must be signed in to change notification settings - Fork 300
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
Add .devcontainer sufficient to run our tests #1611
Conversation
.devcontainer/Dockerfile
Outdated
ADD https://packages.microsoft.com/config/ubuntu/22.04/packages-microsoft-prod.deb /packages-microsoft-prod.deb | ||
ADD https://deb.nodesource.com/setup_20.x /nodesource_setup.sh | ||
|
||
ENV APT_PACKAGES="git curl zip unzip tar build-essential cmake ninja-build powershell nodejs" |
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 pretty sure I need to add some more here for binary caching e2e tests to pass due to mono. Testing in GitHub Codespaces now
Drafted this for now because for some reason it isn't working in codespaces:
|
We do print the actual error most of the time. |
Guess at the cause: trying to run the original .ps1 from bash rather than from pwsh in the first place |
5812632
to
7579b10
Compare
The 'impossible' behavior where sometimes invoking the built binary just exits with no output was caused by:
I'm guessing primarily |
No description provided.