-
Notifications
You must be signed in to change notification settings - Fork 7
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
Small corrections for gcp cloudrun example #405
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
pawelprazak
reviewed
Feb 26, 2024
pawelprazak
reviewed
Feb 26, 2024
pawelprazak
reviewed
Feb 26, 2024
It was for me to make this example work at all.
…On Mon 26. Feb 2024 at 10:23, Paweł Prażak ***@***.***> wrote:
***@***.**** commented on this pull request.
------------------------------
In examples/gcp-cloudrun/README.md
<#405 (comment)>:
>
```bash
+ gcloud auth application-default login # this is required for pulumi to reach GCP
this is covered under prerequisites but we can mention it here as well ;)
the thing is this is only one of the ways to authenticate to gcp, so it
might be required, and probably will for newcommers
—
Reply to this email directly, view it on GitHub
<#405 (review)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ACBVNUREQM2IEJGXSCZ7O23YVRIA7AVCNFSM6AAAAABDZZ523OVHI2DSMVQWIX3LMV43YUDVNRWFEZLROVSXG5CSMV3GSZLXHMYTSMBQGM2DKNRUHE>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
pawelprazak
approved these changes
Feb 26, 2024
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.
thank you, had some questions
The fuck? I did uncomment it. Uh, let me fix this.
…On Mon 26. Feb 2024 at 10:24, Paweł Prażak ***@***.***> wrote:
***@***.**** commented on this pull request.
------------------------------
In examples/gcp-cloudrun/infra/project.scala
<#405 (comment)>:
> @@ -1,6 +1,6 @@
//> using scala "3.3.1"
//> using options -Werror -Wunused:all -Wvalue-discard -Wnonunit-statement
-//> using plugin "org.virtuslab::besom-compiler-plugin:0.2.2"
+///> using plugin "org.virtuslab::besom-compiler-plugin:0.2.2"
if we are disabling it why not remove instead of commenting out?
—
Reply to this email directly, view it on GitHub
<#405 (review)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ACBVNUTTE4JWPNWMICTDF3DYVRIEZAVCNFSM6AAAAABDZZ523OVHI2DSMVQWIX3LMV43YUDVNRWFEZLROVSXG5CSMV3GSZLXHMYTSMBQGM2DQMBTHE>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
We can try to bump scala-cli version and see if it resolves the JVM version clash. |
Won't help. I'll remove jdk21 changes.
…On Wed 28. Feb 2024 at 09:36, Paweł Prażak ***@***.***> wrote:
We can try to bump scala-cli version and see if it resolves the JVM
version clash.
—
Reply to this email directly, view it on GitHub
<#405 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/ACBVNUWQGKGUVWNQCEGAJI3YV3UCRAVCNFSM6AAAAABDZZ523OVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSNRYGQ3TOOBVGA>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
pawelprazak
force-pushed
the
lbialy/improve-cloudrun-example
branch
from
April 19, 2024 16:33
62a5f63
to
fc3052a
Compare
pawelprazak
changed the title
small corrections for gcp cloudrun example
Small corrections for gcp cloudrun example
Apr 19, 2024
Rebased on main |
lbialy
force-pushed
the
lbialy/improve-cloudrun-example
branch
from
August 9, 2024 12:56
fc3052a
to
935d2c4
Compare
lbialy
force-pushed
the
lbialy/improve-cloudrun-example
branch
from
August 21, 2024 13:22
935d2c4
to
a515674
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.