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

Trying out new SDK setup #294

Closed
wants to merge 1 commit into from
Closed
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:
@@ -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
@@ -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
@@ -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"
@@ -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
@@ -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"
@@ -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
@@ -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"
@@ -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
@@ -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"
@@ -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"
@@ -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"
@@ -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
@@ -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
@@ -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"
@@ -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
@@ -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
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:
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
@@ -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,
};

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
@@ -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:
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() {