Skip to content

Commit

Permalink
change from CONFIG_CROS_EC_LPC=n to =m
Browse files Browse the repository at this point in the history
  • Loading branch information
dimkr committed Sep 13, 2024
1 parent 19b51db commit ab7a272
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 9 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,8 +118,8 @@ jobs:
- name: Get cached kernel-kit output
uses: dawidd6/action-download-artifact@v2
with:
repo: puppylinux-woof-CE/woof-CE
branch: testing
repo: vanilla-dpup/woof-CE
branch: vanilladpup-10.0.x
workflow: ${{ startsWith(inputs.kernel, 'debian-') && 'dpup-kernel.yml' || (startsWith(inputs.kernel, 'ubuntu-') && 'upup-kernel.yml' || 'kernel-kit.yml') }}
workflow_conclusion: success
name: ${{ env.kernel_artifact }}
Expand Down
8 changes: 1 addition & 7 deletions .github/workflows/dpup-kernel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:

jobs:
build:
if: github.event_name != 'schedule' || (github.repository == 'puppylinux-woof-CE/woof-CE' && github.ref == 'refs/heads/testing')
if: github.event_name != 'schedule' || (github.repository == 'vanilla-dpup/woof-CE' && github.ref == 'refs/heads/vanilladpup-10.0.x')
runs-on: ubuntu-22.04
container:
image: debian:${{ matrix.release }}-slim
Expand All @@ -27,12 +27,6 @@ jobs:
- release: bookworm
arch: x86
base: config.i386_none_686-pae.xz
- release: trixie
arch: x86_64
base: config.amd64_none_amd64.xz
- release: sid
arch: x86_64
base: config.amd64_none_amd64.xz
steps:
- uses: actions/checkout@v3
- name: Install dependencies
Expand Down
1 change: 1 addition & 0 deletions kernel-kit/debian-diffconfigs/bookworm
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ CONFIG_BLK_DEV_SR=y
CONFIG_BTRFS_FS=y
CONFIG_CDROM=y
CONFIG_CONSOLE_LOGLEVEL_DEFAULT=3
CONFIG_CROS_EC_LPC=m
CONFIG_CRYPTO_XTS=y
CONFIG_EXFAT_FS=y
CONFIG_EXT4_FS=y
Expand Down
1 change: 1 addition & 0 deletions kernel-kit/debian-diffconfigs/bullseye
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ CONFIG_BLK_DEV_SR=y
CONFIG_BTRFS_FS=y
CONFIG_CDROM=y
CONFIG_CONSOLE_LOGLEVEL_DEFAULT=3
CONFIG_CROS_EC_LPC=m
CONFIG_CRYPTO_XTS=y
CONFIG_EXFAT_FS=y
CONFIG_EXT4_FS=y
Expand Down

0 comments on commit ab7a272

Please sign in to comment.