Skip to content

Commit 3dee094

Browse files
committed
Switch to Blacksmith; fix nerves_defconfig license
1 parent 0e4a445 commit 3dee094

2 files changed

Lines changed: 8 additions & 5 deletions

File tree

.github/workflows/ci.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# SPDX-FileCopyrightText: None
2+
# SPDX-License-Identifier: CC0-1.0
13
name: CI
24

35
on: [push]
@@ -13,7 +15,7 @@ permissions:
1315

1416
jobs:
1517
get-br-dependencies:
16-
runs-on: ubuntu-22.04
18+
runs-on: blacksmith-4vcpu-ubuntu-2404
1719
steps:
1820
- uses: actions/checkout@v4
1921
- uses: gridpoint-com/actions-nerves-system@v1
@@ -29,7 +31,7 @@ jobs:
2931
aws-region: ${{ vars.AWS_REGION }}
3032
build-system:
3133
needs: [get-br-dependencies]
32-
runs-on: ubuntu-22.04
34+
runs-on: blacksmith-4vcpu-ubuntu-2404
3335
steps:
3436
- uses: actions/checkout@v4
3537
- uses: gridpoint-com/actions-nerves-system@v1
@@ -42,7 +44,7 @@ jobs:
4244
deploy-system:
4345
needs: [build-system]
4446
if: github.ref_type == 'tag'
45-
runs-on: ubuntu-22.04
47+
runs-on: blacksmith-4vcpu-ubuntu-2404
4648
permissions:
4749
contents: write
4850
steps:

REUSE.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ version = 1
44
path = [
55
".formatter.exs",
66
".github/CODEOWNERS",
7-
".github/workflows/ci.yml",
87
".gitignore",
98
"CHANGELOG.md",
9+
"nerves_defconfig",
1010
"NOTICE",
1111
"REUSE.toml",
1212
"mix.exs",
@@ -26,12 +26,13 @@ SPDX-FileCopyrightText = "2016 Frank Hunleth"
2626
SPDX-License-Identifier = "CC-BY-4.0"
2727

2828
# Buildroot derived or related files
29+
# NOTE: packages here proactively have copyright assigned to the Buildroot
30+
# developers to avoid worrying up copyright assignment when upstreaming.
2931
[[annotations]]
3032
path = [
3133
"Config.in",
3234
"package/**",
3335
"external.mk",
34-
"nerves_defconfig",
3536
"post-build.sh",
3637
"post-createfs.sh"
3738
]

0 commit comments

Comments
 (0)