Skip to content

Commit

Permalink
Changelog:
Browse files Browse the repository at this point in the history
- Remove sensors specific code
  • Loading branch information
sebanc committed Jan 27, 2024
1 parent 5aa0744 commit 58b49b2
Show file tree
Hide file tree
Showing 11 changed files with 6 additions and 9,138 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- name: Compress kernels source files
run: tar zcf /tmp/kernels-source.tar.gz kernels
- name: Upload kernels source
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: kernels-source
path: /tmp/kernels-source.tar.gz
Expand All @@ -53,7 +53,7 @@ jobs:
- name: Checkout Brunch source code
uses: actions/checkout@v4
- name: Download kernels source
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: kernels-source
path: /tmp
Expand All @@ -77,7 +77,7 @@ jobs:
- name: Compress built kernel
run: tar zcf /tmp/built-kernel-${{ matrix.kernel }}.tar.gz kernels/${{ matrix.kernel }}
- name: Upload kernels source
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: built-kernel-${{ matrix.kernel }}
path: /tmp/built-kernel-${{ matrix.kernel }}.tar.gz
Expand All @@ -101,7 +101,7 @@ jobs:
- name: Checkout Brunch source code
uses: actions/checkout@v4
- name: Download built kernels
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
path: /tmp
- name: Copy built kernels
Expand All @@ -115,7 +115,7 @@ jobs:
- name: Build brunch
run: sudo bash build_brunch.sh
- name: Upload artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: brunch-build
path: out/brunch_r*.tar.gz
Expand All @@ -128,7 +128,7 @@ jobs:
runs-on: ubuntu-22.04
steps:
- name: Download built artifacts
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: brunch-build
- name: Identify custom version
Expand Down
12 changes: 0 additions & 12 deletions brunch-patches/99-preui_probe.sh

This file was deleted.

Loading

0 comments on commit 58b49b2

Please sign in to comment.