Commit 2439dc2
fri: Address the issues introduced by Ubuntu update
As a result of updating from Ubuntu v20.04 to v22.04,
the following changes had to be made:
* The default `setuptools_scm` v8.x requires that
`setuptools` package has a version higher than 61.
Hence, updating the minimum required `setuptools`
version.
* The `license_file` is now deprecated and `license_files`
option should be used instead.
* The way CI-env-private installs `uncrustify` has been changed
where it introduced a known issue in the `uncrustify` tool so a
workaround has been applied to overcome the issue.
Signed-off-by: Ahmed Ismail <Ahmed.Ismail@arm.com>1 parent 79a7f2c commit 2439dc2
File tree
4 files changed
+10
-4
lines changed- release_changes
- tools
- ci
- scripts
4 files changed
+10
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
0 commit comments