Skip to content

[simple/server] include a script to deploy using cloud run ononly#238

Merged
kevmoo merged 10 commits intomainfrom
run_source_code
Jan 13, 2026
Merged

[simple/server] include a script to deploy using cloud run ononly#238
kevmoo merged 10 commits intomainfrom
run_source_code

Conversation

@kevmoo
Copy link
Member

@kevmoo kevmoo commented Jan 8, 2026

No description provided.

@kevmoo kevmoo requested a review from parlough January 8, 2026 20:01
@coveralls
Copy link

coveralls commented Jan 8, 2026

Pull Request Test Coverage Report for Build 20939860693

Warning: This coverage report may be inaccurate.

This pull request's base commit is no longer the HEAD commit of its target branch. This means it includes changes from outside the original pull request, including, potentially, unrelated coverage changes.

Details

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 90.909%

Totals Coverage Status
Change from base Build 20637467402: 0.0%
Covered Lines: 20
Relevant Lines: 22

💛 - Coveralls

@kevmoo kevmoo requested a review from ericwindmill January 12, 2026 21:25
Copy link
Member

@parlough parlough left a comment

Choose a reason for hiding this comment

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

Cool! A few small comments to consider, but looks good to me!


# Build and prepare source
mkdir -p ${BUILD_DIR}/bin
dart compile exe bin/server.dart -o ${BUILD_DIR}/${BINARY_LOCATION} --target-arch x64 --target-os linux
Copy link
Member

Choose a reason for hiding this comment

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

dart build doesn't yet support target configuration like this yet (dart-lang/sdk#62327), but we should come back and update this when it does.

Copy link
Member Author

Choose a reason for hiding this comment

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

Help me understand. Why using dart build instead of dart compile?

kevmoo and others added 7 commits January 12, 2026 15:14
Co-authored-by: Parker Lougheed <parlough@gmail.com>
Co-authored-by: Parker Lougheed <parlough@gmail.com>
Co-authored-by: Parker Lougheed <parlough@gmail.com>
Co-authored-by: Parker Lougheed <parlough@gmail.com>
Co-authored-by: Parker Lougheed <parlough@gmail.com>
Co-authored-by: Parker Lougheed <parlough@gmail.com>
Co-authored-by: Parker Lougheed <parlough@gmail.com>
@kevmoo kevmoo merged commit 1491bb2 into main Jan 13, 2026
24 checks passed
@kevmoo kevmoo deleted the run_source_code branch January 13, 2026 00:26
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.

3 participants