Skip to content

Commit f1427c9

Browse files
authored
Merge pull request #173 from meta-flutter/feature/fedora-44
Support Fedora 44 + Drop Fedora 41
2 parents 7f69d6f + 99658a5 commit f1427c9

7 files changed

Lines changed: 4 additions & 22 deletions

File tree

.github/workflows/fedora.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
strategy:
3838
fail-fast: false
3939
matrix:
40-
os: [fedora:41, fedora:42, fedora:43]
40+
os: [fedora:42, fedora:43, fedora:44]
4141
llvm: ${{ fromJSON(needs.build-matrix.outputs.llvm-versions) }}
4242

4343
# NOTE: GitHub Actions does not support running on Fedora directly, so we run it in a container.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ Generated for each platform config. The initial value is determined by the platf
206206
| Platform | Architectures |
207207
|----------|--------------|
208208
| Ubuntu 20/22/24 | x86_64, aarch64 |
209-
| Fedora 40/41/42 | x86_64 |
209+
| Fedora 42/43/44 | x86_64 |
210210
| macOS 13/14/15 | x86_64, arm64 (M1/M2) |
211211
| Windows 10 | AMD64 |
212212
| Windows 11 | AMD64, ARM64 (Surface Elite X) |

configs/agl-compsitor.json

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -74,11 +74,6 @@
7474
"cmds": [
7575
"sudo-dnf-workspace -y install ffmpeg-free-devel"
7676
]
77-
},
78-
"41": {
79-
"cmds": [
80-
"sudo-dnf-workspace -y install ffmpeg-devel"
81-
]
8277
}
8378
},
8479
"ubuntu": {

configs/amd-acs.json

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -49,11 +49,6 @@
4949
"cmds": [
5050
"sudo-dnf-workspace -y install ffmpeg-free-devel"
5151
]
52-
},
53-
"41": {
54-
"cmds": [
55-
"sudo-dnf-workspace -y install ffmpeg-devel"
56-
]
5752
}
5853
},
5954
"ubuntu": {

configs/toolchain-llvm18_18.1.8.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
"LLVM_LIBDIR": "${LLVM_BASE_DIR}/lib",
2222
"LLVM_CONFIG": "${LLVM_BINDIR}/llvm-config",
2323
"PATH": "${LLVM_BINDIR}:$PATH",
24+
"CXXFLAGS": "-stdlib=libc++ -lc++abi",
2425
"LD_LIBRARY_PATH": "${LLVM_LIBDIR}:$LD_LIBRARY_PATH"
2526
},
2627
"append_to_runtime_env": {
@@ -32,6 +33,7 @@
3233
"export LLVM_LIBDIR=$LLVM_BASE_DIR/lib",
3334
"export LLVM_CONFIG=$LLVM_BINDIR/llvm-config",
3435
"export PATH=$LLVM_BINDIR:$PATH",
36+
"export CXXFLAGS='-stdlib=libc++ -lc++abi'",
3537
"export LD_LIBRARY_PATH=$LLVM_LIBDIR:$LD_LIBRARY_PATH"
3638
]
3739
},

configs/weston-imx_14.0.1.json

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -42,11 +42,6 @@
4242
"cmds": [
4343
"sudo-dnf-workspace -y install ffmpeg-free-devel"
4444
]
45-
},
46-
"41": {
47-
"cmds": [
48-
"sudo-dnf-workspace -y install ffmpeg-devel"
49-
]
5045
}
5146
},
5247
"ubuntu": {

configs/wlroots_0.18.3.json

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,6 @@
3737
"cmds": [
3838
"sudo-dnf-workspace -y install ffmpeg-free-devel"
3939
]
40-
},
41-
"41": {
42-
"cmds": [
43-
"sudo-dnf-workspace -y install ffmpeg-devel"
44-
]
4540
}
4641
},
4742
"ubuntu": {

0 commit comments

Comments
 (0)