Multiple changes:

- Add flutter 3.44.0
- Deprecate 3.41.2/3.41.3 from index page
- Change LP build of 3.38.9 to a more recent one
- Update charm to 24.04
This commit is contained in:
2026-05-26 15:09:17 +02:00
parent 9f58830282
commit 8cf4fa8af4
2 changed files with 18 additions and 8 deletions
+14 -2
View File
@@ -15,7 +15,7 @@ description: |
# Documentation: # Documentation:
# https://documentation.ubuntu.com/charmcraft/stable/howto/build-guides/select-platforms/ # https://documentation.ubuntu.com/charmcraft/stable/howto/build-guides/select-platforms/
base: ubuntu@22.04 base: ubuntu@24.04
platforms: platforms:
amd64: amd64:
arm64: arm64:
@@ -38,7 +38,7 @@ parts:
build-packages: build-packages:
- curl - curl
override-pull: | override-pull: |
curl -L -O https://code.launchpad.net/~vhaudiquet/+git/flutter/+artifact/436865/+files/flutter-artifacts-riscv64.tar.gz curl -L -O https://code.launchpad.net/~vhaudiquet/+git/flutter/+artifact/472475/+files/flutter-artifacts-riscv64.tar.gz
override-build: | override-build: |
tar -C $CRAFT_PART_SRC -xzf flutter-artifacts-riscv64.tar.gz tar -C $CRAFT_PART_SRC -xzf flutter-artifacts-riscv64.tar.gz
override-prime: | override-prime: |
@@ -68,3 +68,15 @@ parts:
override-prime: | override-prime: |
mkdir -p $CRAFT_PRIME/src/static/flutter_infra_release/flutter/327ed814500baca0480a02f8555aa84a9afe32bf/ mkdir -p $CRAFT_PRIME/src/static/flutter_infra_release/flutter/327ed814500baca0480a02f8555aa84a9afe32bf/
mv $CRAFT_PART_SRC/output/* $CRAFT_PRIME/src/static/flutter_infra_release/flutter/327ed814500baca0480a02f8555aa84a9afe32bf/ mv $CRAFT_PART_SRC/output/* $CRAFT_PRIME/src/static/flutter_infra_release/flutter/327ed814500baca0480a02f8555aa84a9afe32bf/
flutter-3.44.0:
plugin: nil
build-packages:
- curl
override-pull: |
curl -L -O https://code.launchpad.net/~vhaudiquet/+git/flutter/+artifact/472428/+files/flutter-artifacts-riscv64.tar.gz
override-build: |
tar -C $CRAFT_PART_SRC -xzf flutter-artifacts-riscv64.tar.gz
override-prime: |
mkdir -p $CRAFT_PRIME/src/static/flutter_infra_release/flutter/4c525dac5ebe5971c5708ef73558ed8edcf4a362/
mv $CRAFT_PART_SRC/output/* $CRAFT_PRIME/src/static/flutter_infra_release/flutter/4c525dac5ebe5971c5708ef73558ed8edcf4a362/
+4 -6
View File
@@ -44,15 +44,13 @@
<li>This is particularly useful for riscv64 Flutter builds that Google doesn't host yet</li> <li>This is particularly useful for riscv64 Flutter builds that Google doesn't host yet</li>
<li>Flutter can be built for riscv64 using the following patch: <a href="https://github.com/flutter/flutter/pull/178712">PR #178712</a> (as well as a Swiftshader patch)</li> <li>Flutter can be built for riscv64 using the following patch: <a href="https://github.com/flutter/flutter/pull/178712">PR #178712</a> (as well as a Swiftshader patch)</li>
<li>The upstream/master Flutter tool supports riscv64, but older versions will need: <a href="https://github.com/flutter/flutter/pull/178711">PR #178711</a></li> <li>The upstream/master Flutter tool supports riscv64, but older versions will need: <a href="https://github.com/flutter/flutter/pull/178711">PR #178711</a></li>
<li>The first version of the Flutter tool that supports riscv64 will be 3.42</li> <li>The first version of the Flutter tool that supports riscv64 is 3.42</li>
</ul> </ul>
<h2>Hosted artifacts:</h2> <h2>Hosted artifacts:</h2>
<h3>Flutter 3.38.9 - <a href="flutter_infra_release/flutter/587c18f873b8ab57330422bce09047420d9c7f42/">587c18f873b8ab57330422bce09047420d9c7f42</a></h3> <h3>Flutter 3.38.9 - <a href="flutter_infra_release/flutter/587c18f873b8ab57330422bce09047420d9c7f42/">587c18f873b8ab57330422bce09047420d9c7f42</a></h3>
<p style="margin-left: 20px;"><a href="https://code.launchpad.net/~vhaudiquet/+git/flutter/+build/207763">Launchpad build</a> <a href="tool/3.38.9.patch">Tool patch</a></p> <p style="margin-left: 20px;"><a href="https://code.launchpad.net/~vhaudiquet/+git/flutter/+build/228022">Launchpad build</a> <a href="tool/3.38.9.patch">Tool patch</a></p>
<h3>Flutter 3.41.2 - <a href="flutter_infra_release/flutter/6c0baaebf70e0148f485f27d5616b3d3382da7bf/">6c0baaebf70e0148f485f27d5616b3d3382da7bf</a></h3> <h3>Flutter 3.44.0 - <a href="flutter_infra_release/flutter/4c525dac5ebe5971c5708ef73558ed8edcf4a362/">4c525dac5ebe5971c5708ef73558ed8edcf4a362</a></h3>
<p style="margin-left: 20px;"><a href="https://code.launchpad.net/~vhaudiquet/+git/flutter/+build/212249">Launchpad build</a> <a href="tool/3.41.2.patch">Tool patch</a></p> <p style="margin-left: 20px;"><a href="https://code.launchpad.net/~vhaudiquet/+git/flutter/+build/228011">Launchpad build</a>
<h3>Flutter 3.41.3 - <a href="flutter_infra_release/flutter/327ed814500baca0480a02f8555aa84a9afe32bf/">327ed814500baca0480a02f8555aa84a9afe32bf</a></h3>
<p style="margin-left: 20px;"><a href="https://code.launchpad.net/~vhaudiquet/+git/flutter/+build/212480">Launchpad build</a> <a href="tool/3.41.3.patch">Tool patch</a></p>
</body> </body>
</html> </html>