-
Notifications
You must be signed in to change notification settings - Fork 3.9k
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
(build.sh): dotnet 6.x.x not supported by check-build-prerequisites.sh #17605
Labels
bug
This issue is a bug.
effort/small
Small work item – less than a day of effort
p2
package/tools
Related to AWS CDK Tools or CLI
Comments
markussiebert
added
bug
This issue is a bug.
needs-triage
This issue or PR still needs to be triaged.
labels
Nov 19, 2021
rix0rrr
added
effort/small
Small work item – less than a day of effort
p2
and removed
p1
needs-triage
This issue or PR still needs to be triaged.
labels
Nov 22, 2021
mergify bot
pushed a commit
that referenced
this issue
Nov 22, 2021
fixes: #17605 ```bash Checking if node is installed... Ok Checking node version... Ok Checking if yarn is installed... Ok Checking yarn version... Ok Checking if docker is installed... Ok Checking if docker is running... Ok Checking if dotnet is installed... Ok Checking dotnet version... Ok Checking if python3 is installed... Ok Checking python3 version... Ok ``` and everything seems to build fine Think fixes to test files are unnecessary, and don't know what to document for this... *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
|
TikiTDO
pushed a commit
to TikiTDO/aws-cdk
that referenced
this issue
Feb 21, 2022
fixes: aws#17605 ```bash Checking if node is installed... Ok Checking node version... Ok Checking if yarn is installed... Ok Checking yarn version... Ok Checking if docker is installed... Ok Checking if docker is running... Ok Checking if dotnet is installed... Ok Checking dotnet version... Ok Checking if python3 is installed... Ok Checking python3 version... Ok ``` and everything seems to build fine Think fixes to test files are unnecessary, and don't know what to document for this... *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
1 task
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
bug
This issue is a bug.
effort/small
Small work item – less than a day of effort
p2
package/tools
Related to AWS CDK Tools or CLI
What is the problem?
Trying to build cdk on an apple m1 mac, where .net 6 is the only native supported version
Reproduction Steps
run build.sh with dotnet 6 installed (https://dotnet.microsoft.com/download/dotnet/thank-you/sdk-6.0.100-macos-arm64-installer)
What did you expect to happen?
build.sh should run fine
What actually happened?
I got an error message
CDK CLI Version
none
Framework Version
1.132
Node.js Version
14.17.0
OS
macOS
Language
Typescript
Language Version
No response
Other information
No response
The text was updated successfully, but these errors were encountered: