Skip to content

Trying out new SDK setup #294

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

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
34 changes: 17 additions & 17 deletions .github/workflows/dart.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Created with package:mono_repo v3.4.2
# Created with package:mono_repo v3.4.3-dev
name: Dart CI
on:
push:
Expand Down Expand Up @@ -29,7 +29,7 @@ jobs:
os:ubuntu-latest;pub-cache-hosted;dart:dev
os:ubuntu-latest;pub-cache-hosted
os:ubuntu-latest
- uses: cedx/setup-dart@v2
- uses: dart-lang/setup-dart@v0.1
with:
release-channel: dev
- run: dart --version
Expand All @@ -56,7 +56,7 @@ jobs:
os:ubuntu-latest;pub-cache-hosted;dart:dev
os:ubuntu-latest;pub-cache-hosted
os:ubuntu-latest
- uses: cedx/setup-dart@v2
- uses: dart-lang/setup-dart@v0.1
with:
release-channel: dev
- run: dart --version
Expand Down Expand Up @@ -99,7 +99,7 @@ jobs:
os:ubuntu-latest;pub-cache-hosted;dart:2.7.0
os:ubuntu-latest;pub-cache-hosted
os:ubuntu-latest
- uses: cedx/setup-dart@v2
- uses: dart-lang/setup-dart@v0.1
with:
release-channel: stable
version: "2.7.0"
Expand Down Expand Up @@ -127,7 +127,7 @@ jobs:
os:ubuntu-latest;pub-cache-hosted;dart:edge
os:ubuntu-latest;pub-cache-hosted
os:ubuntu-latest
- uses: cedx/setup-dart@v2
- uses: dart-lang/setup-dart@v0.1
with:
release-channel: edge
- run: dart --version
Expand Down Expand Up @@ -158,7 +158,7 @@ jobs:
os:ubuntu-latest;pub-cache-hosted;dart:2.12.0-0.0.dev
os:ubuntu-latest;pub-cache-hosted
os:ubuntu-latest
- uses: cedx/setup-dart@v2
- uses: dart-lang/setup-dart@v0.1
with:
release-channel: dev
version: "2.12.0-0.0.dev"
Expand Down Expand Up @@ -190,7 +190,7 @@ jobs:
os:ubuntu-latest;pub-cache-hosted;dart:beta
os:ubuntu-latest;pub-cache-hosted
os:ubuntu-latest
- uses: cedx/setup-dart@v2
- uses: dart-lang/setup-dart@v0.1
with:
release-channel: beta
- run: dart --version
Expand Down Expand Up @@ -221,7 +221,7 @@ jobs:
os:ubuntu-latest;pub-cache-hosted;dart:2.12.0-29.10.beta
os:ubuntu-latest;pub-cache-hosted
os:ubuntu-latest
- uses: cedx/setup-dart@v2
- uses: dart-lang/setup-dart@v0.1
with:
release-channel: beta
version: "2.12.0-29.10.beta"
Expand Down Expand Up @@ -253,7 +253,7 @@ jobs:
os:ubuntu-latest;pub-cache-hosted;dart:stable
os:ubuntu-latest;pub-cache-hosted
os:ubuntu-latest
- uses: cedx/setup-dart@v2
- uses: dart-lang/setup-dart@v0.1
with:
release-channel: stable
- run: dart --version
Expand Down Expand Up @@ -284,7 +284,7 @@ jobs:
os:ubuntu-latest;pub-cache-hosted;dart:2.10.4
os:ubuntu-latest;pub-cache-hosted
os:ubuntu-latest
- uses: cedx/setup-dart@v2
- uses: dart-lang/setup-dart@v0.1
with:
release-channel: stable
version: "2.10.4"
Expand Down Expand Up @@ -316,7 +316,7 @@ jobs:
os:ubuntu-latest;pub-cache-hosted;dart:2.7.0
os:ubuntu-latest;pub-cache-hosted
os:ubuntu-latest
- uses: cedx/setup-dart@v2
- uses: dart-lang/setup-dart@v0.1
with:
release-channel: stable
version: "2.7.0"
Expand Down Expand Up @@ -344,7 +344,7 @@ jobs:
name: "unit_test; windows; Dart 2.7.0; PKG: mono_repo; `pub run test -x yaml -P presubmit --test-randomize-ordering-seed=random`"
runs-on: windows-latest
steps:
- uses: cedx/setup-dart@v2
- uses: dart-lang/setup-dart@v0.1
with:
release-channel: stable
version: "2.7.0"
Expand Down Expand Up @@ -382,7 +382,7 @@ jobs:
os:ubuntu-latest;pub-cache-hosted;dart:dev
os:ubuntu-latest;pub-cache-hosted
os:ubuntu-latest
- uses: cedx/setup-dart@v2
- uses: dart-lang/setup-dart@v0.1
with:
release-channel: dev
- run: dart --version
Expand All @@ -409,7 +409,7 @@ jobs:
name: "unit_test; windows; Dart dev; PKG: mono_repo; `pub run test -x yaml -P presubmit --test-randomize-ordering-seed=random`"
runs-on: windows-latest
steps:
- uses: cedx/setup-dart@v2
- uses: dart-lang/setup-dart@v0.1
with:
release-channel: dev
- run: dart --version
Expand Down Expand Up @@ -446,7 +446,7 @@ jobs:
os:ubuntu-latest;pub-cache-hosted;dart:2.7.0
os:ubuntu-latest;pub-cache-hosted
os:ubuntu-latest
- uses: cedx/setup-dart@v2
- uses: dart-lang/setup-dart@v0.1
with:
release-channel: stable
version: "2.7.0"
Expand Down Expand Up @@ -484,7 +484,7 @@ jobs:
os:ubuntu-latest;pub-cache-hosted;dart:dev
os:ubuntu-latest;pub-cache-hosted
os:ubuntu-latest
- uses: cedx/setup-dart@v2
- uses: dart-lang/setup-dart@v0.1
with:
release-channel: dev
- run: dart --version
Expand Down Expand Up @@ -521,7 +521,7 @@ jobs:
os:ubuntu-latest;pub-cache-hosted;dart:dev
os:ubuntu-latest;pub-cache-hosted
os:ubuntu-latest
- uses: cedx/setup-dart@v2
- uses: dart-lang/setup-dart@v0.1
with:
release-channel: dev
- run: dart --version
Expand Down
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Created with package:mono_repo v3.4.2
# Created with package:mono_repo v3.4.3-dev
language: dart

jobs:
Expand Down
2 changes: 1 addition & 1 deletion mono_repo/lib/src/commands/github/github_yaml.dart
Original file line number Diff line number Diff line change
Expand Up @@ -338,7 +338,7 @@ Map<String, dynamic> _createDartSetup(String sdk) {
}

final map = {
'uses': 'cedx/setup-dart@v2',
'uses': 'dart-lang/setup-dart@v0.1',
'with': withMap,
};

Expand Down
2 changes: 1 addition & 1 deletion mono_repo/lib/src/version.dart

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion mono_repo/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: mono_repo
description: >-
CLI tools to make it easier to manage a single source repository containing
multiple Dart packages.
version: 3.4.2
version: 3.4.3-dev
repository: https://github.com/google/mono_repo.dart

environment:
Expand Down
2 changes: 1 addition & 1 deletion tool/ci.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash
# Created with package:mono_repo v3.4.2
# Created with package:mono_repo v3.4.3-dev

# Support built in commands on windows out of the box.
function pub() {
Expand Down