diff options
author | Nathan Pratta Teodosio <nathan.teodosio@canonical.com> | 2024-01-29 16:31:26 +0100 |
---|---|---|
committer | Nathan Pratta Teodosio <nathan.teodosio@canonical.com> | 2024-01-29 17:07:43 +0100 |
commit | 952f311d9ee525e1ce93b15c6f20ac8443bcb960 (patch) | |
tree | e2e638dfc5af7d17329a5b63082041cd8d4498fc | |
parent | 36dd78bdc60e603242892d5f464bb87525ad2aef (diff) |
Make latest part build first.
To save time in case something goes wrong. As if something goes wrong, it of course most likely has to do with the latest build.
-rw-r--r-- | snapcraft.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/snapcraft.yaml b/snapcraft.yaml index 7d72b33..37f4703 100644 --- a/snapcraft.yaml +++ b/snapcraft.yaml @@ -33,7 +33,7 @@ parts: '*' : build/ override-prime: "" chromium-ffmpeg-108372: # chromium 105.0.5191.2 - after: [build] + after: [build, chromium-ffmpeg-114527] plugin: nil source: https://commondatastorage.googleapis.com/chromium-browser-official/chromium-105.0.5191.2.tar.xz source-checksum: sha512/3a6f98c1a2b5378cf859db8c4c7b20e7eabb39f177ce4e31363b0529003b5b26e78bf438d225db8929fc7b1188c7ebe2f17aa43f68d63fedd96d831ece65cb36 @@ -68,7 +68,7 @@ parts: cp $OUT/libffmpeg.so $DEST/ rm -rf * chromium-ffmpeg-111306: # chromium 114.0.5720.4 - after: [build] + after: [build, chromium-ffmpeg-114527] plugin: nil source: https://commondatastorage.googleapis.com/chromium-browser-official/chromium-114.0.5720.4.tar.xz source-checksum: sha512/c064c612564ae3d92b9e2ff8398a2a3d05e1db7ece8024d3af2c1f2f7e4a085b58d28cde21f2ba7c6e6248fe185beea99115c884d2abf35a98e6512e73ca902e |