Skip to content

Commit

Permalink
Revert "Pin Flutter version to 3.0.5 (canonical#64)"
Browse files Browse the repository at this point in the history
This reverts commit a845bcb.
  • Loading branch information
jpnurmi committed Sep 16, 2022
1 parent 4b06432 commit 311a5d4
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 33 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/analysis.yaml
Expand Up @@ -13,9 +13,6 @@ jobs:
steps:
- uses: actions/checkout@v3
- uses: subosito/flutter-action@v2
with:
flutter-version: '3.0.5'
channel: 'stable'
- run: flutter pub global activate melos
- run: melos bootstrap
- run: melos run analyze
Expand All @@ -25,9 +22,6 @@ jobs:
steps:
- uses: actions/checkout@v3
- uses: subosito/flutter-action@v2
with:
flutter-version: '3.0.5'
channel: 'stable'
- run: flutter pub global activate melos
- run: melos bootstrap
- run: melos run format
Expand All @@ -37,9 +31,6 @@ jobs:
steps:
- uses: actions/checkout@v3
- uses: subosito/flutter-action@v2
with:
flutter-version: '3.0.5'
channel: 'stable'
- run: flutter pub global activate melos
- run: melos bootstrap
- run: melos exec --no-private -- \
Expand Down
4 changes: 0 additions & 4 deletions .github/workflows/build.yaml
Expand Up @@ -13,9 +13,6 @@ jobs:
steps:
- uses: actions/checkout@v3
- uses: subosito/flutter-action@v2
with:
flutter-version: '3.0.5'
channel: 'stable'
- run: flutter pub global activate melos
- run: sudo apt update
- run: sudo apt install -y clang cmake curl libgtk-3-dev ninja-build pkg-config unzip xvfb
Expand All @@ -25,7 +22,6 @@ jobs:
- run: melos build

snap:
if: ${{false}}
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
Expand Down
9 changes: 0 additions & 9 deletions .github/workflows/generate.yaml
Expand Up @@ -14,9 +14,6 @@ jobs:
steps:
- uses: actions/checkout@v3
- uses: subosito/flutter-action@v2
with:
flutter-version: '3.0.5'
channel: 'stable'
- run: flutter pub global activate melos
- run: melos bootstrap
- run: flutter pub get # Bad state: Unable to generate package graph
Expand All @@ -29,9 +26,6 @@ jobs:
steps:
- uses: actions/checkout@v3
- uses: subosito/flutter-action@v2
with:
flutter-version: '3.0.5'
channel: 'stable'
- run: flutter pub global activate melos
- run: melos bootstrap
- run: melos run gen-l10n
Expand All @@ -43,9 +37,6 @@ jobs:
steps:
- uses: actions/checkout@v3
- uses: subosito/flutter-action@v2
with:
flutter-version: '3.0.5'
channel: 'stable'
- run: flutter pub global activate melos
- run: melos bootstrap
- run: flutter pub get # Bad state: Unable to generate package graph
Expand Down
11 changes: 1 addition & 10 deletions .github/workflows/test.yaml
Expand Up @@ -12,10 +12,7 @@ jobs:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- uses: subosito/flutter-action@v2
with:
flutter-version: '3.0.5'
channel: 'stable'
- uses: subosito/flutter-action@v1
- run: flutter pub global activate melos
- run: sudo apt update
- run: sudo apt install -y lcov
Expand All @@ -32,9 +29,6 @@ jobs:
steps:
- uses: actions/checkout@v3
- uses: subosito/flutter-action@v2
with:
flutter-version: '3.0.5'
channel: 'stable'
- run: flutter pub global activate melos
- run: melos bootstrap
- run: melos run test
Expand All @@ -44,9 +38,6 @@ jobs:
steps:
- uses: actions/checkout@v3
- uses: subosito/flutter-action@v2
with:
flutter-version: '3.0.5'
channel: 'stable'
- run: flutter pub global activate melos
- run: sudo apt update
- run: sudo apt install -y clang cmake curl libgtk-3-dev ninja-build pkg-config unzip xvfb
Expand Down
4 changes: 3 additions & 1 deletion snap/snapcraft.yaml
Expand Up @@ -15,7 +15,7 @@ assumes:
parts:
flutter-git:
source: https://github.com/flutter/flutter.git
source-tag: 3.0.5
source-branch: master
plugin: nil
override-build: |
mkdir -p $CRAFT_PART_INSTALL/usr/bin
Expand All @@ -39,6 +39,8 @@ parts:
source: .
override-build: |
set -eux
flutter channel stable
flutter upgrade
flutter doctor
flutter pub get
flutter build linux --release -v
Expand Down

0 comments on commit 311a5d4

Please sign in to comment.