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

Fix SDK build errors, plus add it to the CI #43

Merged
merged 1 commit into from
Oct 27, 2023
Merged

Conversation

peterdeme
Copy link
Contributor

Apprently Pulumi dropped the install script: pulumi/pulumi#13195 (comment)

apt-get install -y apt-transport-https && \
apt-get update && \
apt-get install -y dotnet-sdk-6.0
RUN apt-get install -y dotnet-sdk-6.0
Copy link
Contributor Author

@peterdeme peterdeme Oct 27, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

dotnet is now part of the Ubuntu package manager and the build fails if you don't use that one. 😅

A fatal error occurred. The folder [/usr/share/dotnet/host/fxr] does not exist

@@ -65,7 +65,6 @@ build_nodejs:: install_plugins tfgen # build the node sdk
cd sdk/nodejs/ && \
yarn install && \
yarn run tsc && \
cp -R scripts/ bin && \
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

they have dropped the scripts folder: pulumi/pulumi#13195 (comment)

@peterdeme peterdeme changed the title Fix build error Fix SDK build errors Oct 27, 2023
@peterdeme peterdeme force-pushed the fix-build-error branch 10 times, most recently from c6998ab to 5118f6a Compare October 27, 2023 14:29
@peterdeme peterdeme changed the title Fix SDK build errors Fix SDK build errors, plus add it to the CI Oct 27, 2023
@peterdeme peterdeme force-pushed the fix-build-error branch 4 times, most recently from 0049ca8 to ec3fecf Compare October 27, 2023 15:59
Apprently Pulumi dropped the install script: pulumi/pulumi#13195 (comment)

Signed-off-by: peterdeme <[email protected]>
@peterdeme peterdeme marked this pull request as ready for review October 27, 2023 16:43
@peterdeme peterdeme merged commit 60ec389 into main Oct 27, 2023
8 checks passed
@peterdeme peterdeme deleted the fix-build-error branch October 27, 2023 16:44
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

Successfully merging this pull request may close these issues.

1 participant