Skip to content
This repository has been archived by the owner on Mar 6, 2024. It is now read-only.

Snap: pin Flutter version to 3.0.5 #1100

Merged
merged 1 commit into from
Sep 5, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
6 changes: 1 addition & 5 deletions snap/snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ parts:

flutter-git:
source: https://github.com/flutter/flutter.git
source-branch: stable
source-tag: 3.0.5
source-depth: 1
plugin: nil
override-build: |
Expand Down Expand Up @@ -157,8 +157,6 @@ parts:
mkdir -p $SNAPCRAFT_PART_INSTALL/etc/subiquity
cp -r snap/local/postinst.d $SNAPCRAFT_PART_INSTALL/etc/subiquity
cd packages/ubuntu_desktop_installer
flutter channel stable
flutter upgrade
flutter doctor
flutter pub get
flutter build linux --release -v
Expand All @@ -175,8 +173,6 @@ parts:
mkdir -p $SNAPCRAFT_PART_INSTALL/bin
mkdir -p $SNAPCRAFT_PART_INSTALL/usr/libexec
cd packages/ubuntu_wsl_setup
flutter channel stable
flutter upgrade
flutter doctor
flutter pub get
flutter build linux --release -v
Expand Down