Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Conversation

@CaseyHillers
Copy link
Contributor

@CaseyHillers CaseyHillers commented Mar 29, 2022

flutter/flutter#100985

Test

$ dart ~/cocoon/app_dart/bin/generate_jspb.dart ~/engine/src/.ci.yaml > ~/flutter_infra/config/generated/ci_yaml/engine_config.json
$ lucicfg generate config/main.start # Passes

Pre-launch Checklist

  • I read the [Contributor Guide] and followed the process outlined there for submitting PRs.
  • I read the [Tree Hygiene] wiki page, which explains my responsibilities.
  • I read and followed the [Flutter Style Guide] and the [C++, Objective-C, Java style guides].
  • I listed at least one issue that this PR fixes in the description above.
  • I added new tests to check the change I am making or feature I am adding, or Hixie said the PR is test-exempt. See [testing the engine] for instructions on
    writing and running engine tests.
  • I updated/added relevant documentation (doc comments with ///).
  • I signed the [CLA].
  • All existing and new tests are passing.

@CaseyHillers CaseyHillers requested a review from jmagman March 29, 2022 20:05
.ci.yaml Outdated
{"name":"openjdk","path":"java"},
{"name":"xcode_runtime_ios-13-0","path":"xcode_runtime_ios-13-0"},
{"name":"xcode_runtime_ios-15-0","path":"xcode_runtime_ios-15-0"}
{"name":"xcode_runtime_ios_13_0","path":"xcode_runtime_ios-13-0"},
Copy link
Member

Choose a reason for hiding this comment

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

This comment should be updated then?
https://flutter.googlesource.com/recipes/+/refs/heads/main/recipe_modules/osx_sdk/api.py#96

I'm assuming the cache names don't matter since I previously made up osx_sdk_13a233_13_15

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I'll send the recipes CL, and hopefully no person has to worry about whether your cache has a dash or not...

{"name":"osx_sdk_13a233_13_15","path":"osx_sdk"},
{"name":"builder_mac_engine","path":"builder"},
{"name":"openjdk","path":"java"},
{"name":"xcode_runtime_ios-13-0","path":"xcode_runtime_ios-13-0"},
Copy link
Member

Choose a reason for hiding this comment

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

It looks like the recipe module is expecting ios- with a dash?

'iOS %s.simruntime' % version.lower().replace('ios-', '').replace('-', '.')

https://flutter.googlesource.com/recipes/+/refs/heads/main/recipe_modules/osx_sdk/api.py#211

Copy link
Member

@jmagman jmagman Mar 29, 2022

Choose a reason for hiding this comment

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

Ah nevermind that's coming from the runtime_versions property, not the cache.

Copy link
Member

@jmagman jmagman left a comment

Choose a reason for hiding this comment

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

LGTM if it's caching correctly on this change.

@CaseyHillers
Copy link
Contributor Author

Submitting to fix ci.yaml rolls and the corresponding flutter/infra change has landed.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants