mirror of
https://github.com/meshtastic/firmware.git
synced 2025-08-02 20:05:52 +00:00
This reverts commit f2fb473ecf
.
This commit is contained in:
parent
e1f40c2db9
commit
fa23be4424
33
.github/workflows/build_esp32.yml
vendored
33
.github/workflows/build_esp32.yml
vendored
@ -15,26 +15,23 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Get release version string
|
|
||||||
shell: bash
|
|
||||||
run: echo "long=$(./bin/buildinfo.py long)" >> $GITHUB_OUTPUT
|
|
||||||
id: version
|
|
||||||
|
|
||||||
- name: Build ESP32
|
- name: Build ESP32
|
||||||
id: build
|
id: build
|
||||||
uses: meshtastic/gh-action-firmware@main
|
uses: ./.github/actions/build-variant
|
||||||
with:
|
with:
|
||||||
pio_platform: esp32
|
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
pio_env: ${{ inputs.board }}
|
board: ${{ inputs.board }}
|
||||||
pio_target: build
|
remove-debug-flags: >-
|
||||||
ota_firmware_source: firmware.bin
|
./arch/esp32/esp32.ini
|
||||||
ota_firmware_target: release/bleota.bin
|
./arch/esp32/esp32s2.ini
|
||||||
|
./arch/esp32/esp32s3.ini
|
||||||
- name: Store binaries as an artifact
|
./arch/esp32/esp32c3.ini
|
||||||
uses: actions/upload-artifact@v4
|
./arch/esp32/esp32c6.ini
|
||||||
with:
|
build-script-path: bin/build-esp32.sh
|
||||||
name: firmware-esp32-${{ inputs.board }}-${{ steps.version.outputs.long }}.zip
|
ota-firmware-source: firmware.bin
|
||||||
overwrite: true
|
ota-firmware-target: release/bleota.bin
|
||||||
path: |
|
artifact-paths: |
|
||||||
release/*.bin
|
release/*.bin
|
||||||
release/*.elf
|
release/*.elf
|
||||||
|
#include-web-ui: true
|
||||||
|
arch: esp32
|
||||||
|
33
.github/workflows/build_esp32_c3.yml
vendored
33
.github/workflows/build_esp32_c3.yml
vendored
@ -15,26 +15,23 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Get release version string
|
|
||||||
shell: bash
|
|
||||||
run: echo "long=$(./bin/buildinfo.py long)" >> $GITHUB_OUTPUT
|
|
||||||
id: version
|
|
||||||
|
|
||||||
- name: Build ESP32-C3
|
- name: Build ESP32-C3
|
||||||
id: build
|
id: build
|
||||||
uses: meshtastic/gh-action-firmware@main
|
uses: ./.github/actions/build-variant
|
||||||
with:
|
with:
|
||||||
pio_platform: esp32
|
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
pio_env: ${{ inputs.board }}
|
board: ${{ inputs.board }}
|
||||||
pio_target: build
|
remove-debug-flags: >-
|
||||||
ota_firmware_source: firmware-c3.bin
|
./arch/esp32/esp32.ini
|
||||||
ota_firmware_target: release/bleota-c3.bin
|
./arch/esp32/esp32s2.ini
|
||||||
|
./arch/esp32/esp32s3.ini
|
||||||
- name: Store binaries as an artifact
|
./arch/esp32/esp32c3.ini
|
||||||
uses: actions/upload-artifact@v4
|
./arch/esp32/esp32c6.ini
|
||||||
with:
|
build-script-path: bin/build-esp32.sh
|
||||||
name: firmware-esp32c3-${{ inputs.board }}-${{ steps.version.outputs.long }}.zip
|
ota-firmware-source: firmware-c3.bin
|
||||||
overwrite: true
|
ota-firmware-target: release/bleota-c3.bin
|
||||||
path: |
|
artifact-paths: |
|
||||||
release/*.bin
|
release/*.bin
|
||||||
release/*.elf
|
release/*.elf
|
||||||
|
#include-web-ui: true
|
||||||
|
arch: esp32c3
|
||||||
|
33
.github/workflows/build_esp32_c6.yml
vendored
33
.github/workflows/build_esp32_c6.yml
vendored
@ -15,26 +15,23 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Get release version string
|
|
||||||
shell: bash
|
|
||||||
run: echo "long=$(./bin/buildinfo.py long)" >> $GITHUB_OUTPUT
|
|
||||||
id: version
|
|
||||||
|
|
||||||
- name: Build ESP32-C6
|
- name: Build ESP32-C6
|
||||||
id: build
|
id: build
|
||||||
uses: meshtastic/gh-action-firmware@main
|
uses: ./.github/actions/build-variant
|
||||||
with:
|
with:
|
||||||
pio_platform: esp32
|
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
pio_env: ${{ inputs.board }}
|
board: ${{ inputs.board }}
|
||||||
pio_target: build
|
remove-debug-flags: >-
|
||||||
ota_firmware_source: firmware-c3.bin
|
./arch/esp32/esp32.ini
|
||||||
ota_firmware_target: release/bleota-c3.bin
|
./arch/esp32/esp32s2.ini
|
||||||
|
./arch/esp32/esp32s3.ini
|
||||||
- name: Store binaries as an artifact
|
./arch/esp32/esp32c3.ini
|
||||||
uses: actions/upload-artifact@v4
|
./arch/esp32/esp32c6.ini
|
||||||
with:
|
build-script-path: bin/build-esp32.sh
|
||||||
name: firmware-esp32c6-${{ inputs.board }}-${{ steps.version.outputs.long }}.zip
|
ota-firmware-source: firmware-c3.bin
|
||||||
overwrite: true
|
ota-firmware-target: release/bleota-c3.bin
|
||||||
path: |
|
artifact-paths: |
|
||||||
release/*.bin
|
release/*.bin
|
||||||
release/*.elf
|
release/*.elf
|
||||||
|
#include-web-ui: true
|
||||||
|
arch: esp32c6
|
||||||
|
33
.github/workflows/build_esp32_s3.yml
vendored
33
.github/workflows/build_esp32_s3.yml
vendored
@ -15,26 +15,23 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Get release version string
|
|
||||||
shell: bash
|
|
||||||
run: echo "long=$(./bin/buildinfo.py long)" >> $GITHUB_OUTPUT
|
|
||||||
id: version
|
|
||||||
|
|
||||||
- name: Build ESP32-S3
|
- name: Build ESP32-S3
|
||||||
id: build
|
id: build
|
||||||
uses: meshtastic/gh-action-firmware@main
|
uses: ./.github/actions/build-variant
|
||||||
with:
|
with:
|
||||||
pio_platform: esp32
|
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
pio_env: ${{ inputs.board }}
|
board: ${{ inputs.board }}
|
||||||
pio_target: build
|
remove-debug-flags: >-
|
||||||
ota_firmware_source: firmware-s3.bin
|
./arch/esp32/esp32.ini
|
||||||
ota_firmware_target: release/bleota-s3.bin
|
./arch/esp32/esp32s2.ini
|
||||||
|
./arch/esp32/esp32s3.ini
|
||||||
- name: Store binaries as an artifact
|
./arch/esp32/esp32c3.ini
|
||||||
uses: actions/upload-artifact@v4
|
./arch/esp32/esp32c6.ini
|
||||||
with:
|
build-script-path: bin/build-esp32.sh
|
||||||
name: firmware-esp32s3-${{ inputs.board }}-${{ steps.version.outputs.long }}.zip
|
ota-firmware-source: firmware-s3.bin
|
||||||
overwrite: true
|
ota-firmware-target: release/bleota-s3.bin
|
||||||
path: |
|
artifact-paths: |
|
||||||
release/*.bin
|
release/*.bin
|
||||||
release/*.elf
|
release/*.elf
|
||||||
|
#include-web-ui: true
|
||||||
|
arch: esp32s3
|
||||||
|
24
.github/workflows/build_nrf52.yml
vendored
24
.github/workflows/build_nrf52.yml
vendored
@ -15,24 +15,16 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Get release version string
|
|
||||||
shell: bash
|
|
||||||
run: echo "long=$(./bin/buildinfo.py long)" >> $GITHUB_OUTPUT
|
|
||||||
id: version
|
|
||||||
|
|
||||||
- name: Build NRF52
|
- name: Build NRF52
|
||||||
id: build
|
id: build
|
||||||
uses: meshtastic/gh-action-firmware@main
|
uses: ./.github/actions/build-variant
|
||||||
with:
|
with:
|
||||||
pio_platform: nrf52
|
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
pio_env: ${{ inputs.board }}
|
board: ${{ inputs.board }}
|
||||||
pio_target: build
|
build-script-path: bin/build-nrf52.sh
|
||||||
|
artifact-paths: |
|
||||||
- name: Store binaries as an artifact
|
release/*.hex
|
||||||
uses: actions/upload-artifact@v4
|
|
||||||
with:
|
|
||||||
name: firmware-nrf52840-${{ inputs.board }}-${{ steps.version.outputs.long }}.zip
|
|
||||||
overwrite: true
|
|
||||||
path: |
|
|
||||||
release/*.uf2
|
release/*.uf2
|
||||||
release/*.elf
|
release/*.elf
|
||||||
|
release/*.zip
|
||||||
|
arch: nrf52840
|
||||||
|
22
.github/workflows/build_rpi2040.yml
vendored
22
.github/workflows/build_rpi2040.yml
vendored
@ -15,24 +15,14 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Get release version string
|
|
||||||
shell: bash
|
|
||||||
run: echo "long=$(./bin/buildinfo.py long)" >> $GITHUB_OUTPUT
|
|
||||||
id: version
|
|
||||||
|
|
||||||
- name: Build Raspberry Pi 2040
|
- name: Build Raspberry Pi 2040
|
||||||
id: build
|
id: build
|
||||||
uses: meshtastic/gh-action-firmware@main
|
uses: ./.github/actions/build-variant
|
||||||
with:
|
with:
|
||||||
pio_platform: rp2xx0
|
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
pio_env: ${{ inputs.board }}
|
board: ${{ inputs.board }}
|
||||||
pio_target: build
|
build-script-path: bin/build-rpi2040.sh
|
||||||
|
artifact-paths: |
|
||||||
- name: Store binaries as an artifact
|
|
||||||
uses: actions/upload-artifact@v4
|
|
||||||
with:
|
|
||||||
name: firmware-rp2040-${{ inputs.board }}-${{ steps.version.outputs.long }}.zip
|
|
||||||
overwrite: true
|
|
||||||
path: |
|
|
||||||
release/*.uf2
|
release/*.uf2
|
||||||
release/*.elf
|
release/*.elf
|
||||||
|
arch: rp2040
|
||||||
|
22
.github/workflows/build_stm32.yml
vendored
22
.github/workflows/build_stm32.yml
vendored
@ -15,25 +15,15 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Get release version string
|
|
||||||
shell: bash
|
|
||||||
run: echo "long=$(./bin/buildinfo.py long)" >> $GITHUB_OUTPUT
|
|
||||||
id: version
|
|
||||||
|
|
||||||
- name: Build STM32WL
|
- name: Build STM32WL
|
||||||
id: build
|
id: build
|
||||||
uses: meshtastic/gh-action-firmware@main
|
uses: ./.github/actions/build-variant
|
||||||
with:
|
with:
|
||||||
pio_platform: stm32wl
|
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
pio_env: ${{ inputs.board }}
|
board: ${{ inputs.board }}
|
||||||
pio_target: build
|
build-script-path: bin/build-stm32.sh
|
||||||
|
artifact-paths: |
|
||||||
- name: Store binaries as an artifact
|
|
||||||
uses: actions/upload-artifact@v4
|
|
||||||
with:
|
|
||||||
name: firmware-stm32-${{ inputs.board }}-${{ steps.version.outputs.long }}.zip
|
|
||||||
overwrite: true
|
|
||||||
path: |
|
|
||||||
release/*.hex
|
release/*.hex
|
||||||
release/*.bin
|
release/*.bin
|
||||||
release/*.elf
|
release/*.elf
|
||||||
|
arch: stm32
|
||||||
|
1
.github/workflows/main_matrix.yml
vendored
1
.github/workflows/main_matrix.yml
vendored
@ -135,7 +135,6 @@ jobs:
|
|||||||
board: ${{ matrix.board }}
|
board: ${{ matrix.board }}
|
||||||
|
|
||||||
build-debian-src:
|
build-debian-src:
|
||||||
if: github.repository == 'meshtastic/firmware'
|
|
||||||
uses: ./.github/workflows/build_debian_src.yml
|
uses: ./.github/workflows/build_debian_src.yml
|
||||||
with:
|
with:
|
||||||
series: UNRELEASED
|
series: UNRELEASED
|
||||||
|
2
.github/workflows/nightly.yml
vendored
2
.github/workflows/nightly.yml
vendored
@ -8,7 +8,6 @@ permissions: read-all
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
trunk_check:
|
trunk_check:
|
||||||
if: github.repository == 'meshtastic/firmware'
|
|
||||||
name: Trunk Check and Upload
|
name: Trunk Check and Upload
|
||||||
runs-on: ubuntu-24.04
|
runs-on: ubuntu-24.04
|
||||||
|
|
||||||
@ -22,7 +21,6 @@ jobs:
|
|||||||
trunk-token: ${{ secrets.TRUNK_TOKEN }}
|
trunk-token: ${{ secrets.TRUNK_TOKEN }}
|
||||||
|
|
||||||
trunk_upgrade:
|
trunk_upgrade:
|
||||||
if: github.repository == 'meshtastic/firmware'
|
|
||||||
# See: https://github.com/trunk-io/trunk-action/blob/v1/readme.md#automatic-upgrades
|
# See: https://github.com/trunk-io/trunk-action/blob/v1/readme.md#automatic-upgrades
|
||||||
name: Trunk Upgrade (PR)
|
name: Trunk Upgrade (PR)
|
||||||
runs-on: ubuntu-24.04
|
runs-on: ubuntu-24.04
|
||||||
|
1
.github/workflows/sec_sast_semgrep_cron.yml
vendored
1
.github/workflows/sec_sast_semgrep_cron.yml
vendored
@ -13,7 +13,6 @@ permissions:
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
semgrep-full:
|
semgrep-full:
|
||||||
if: github.repository == 'meshtastic/firmware'
|
|
||||||
runs-on: ubuntu-24.04
|
runs-on: ubuntu-24.04
|
||||||
container:
|
container:
|
||||||
image: semgrep/semgrep
|
image: semgrep/semgrep
|
||||||
|
1
.github/workflows/stale_bot.yml
vendored
1
.github/workflows/stale_bot.yml
vendored
@ -11,7 +11,6 @@ permissions:
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
stale_issues:
|
stale_issues:
|
||||||
if: github.repository == 'meshtastic/firmware'
|
|
||||||
name: Close Stale Issues
|
name: Close Stale Issues
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
|
2
.github/workflows/tests.yml
vendored
2
.github/workflows/tests.yml
vendored
@ -12,11 +12,9 @@ permissions:
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
native-tests:
|
native-tests:
|
||||||
if: github.repository == 'meshtastic/firmware'
|
|
||||||
uses: ./.github/workflows/test_native.yml
|
uses: ./.github/workflows/test_native.yml
|
||||||
|
|
||||||
hardware-tests:
|
hardware-tests:
|
||||||
if: github.repository == 'meshtastic/firmware'
|
|
||||||
runs-on: test-runner
|
runs-on: test-runner
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout code
|
- name: Checkout code
|
||||||
|
Loading…
Reference in New Issue
Block a user