Coder Social home page Coder Social logo

Comments (10)

dreamwhite avatar dreamwhite commented on August 30, 2024 4

Applealc after the merge pr is broken goes in kp This https://github.com/acidanthera/AppleALC/actions/runs/8968595838

That's due to to a wrong usage of XML tags in ALC298 - Layout 15 for Dell Precision 5540: culprit

This can be fixed by using int tag rather than real. See issue #2070

As posted in a comment there:

Seems that duplicating an entry in the PinConfig's info.plist with Xcode causes the change from integer to real
@5T33Z0

from bugtracker.

vandroiy2013 avatar vandroiy2013 commented on August 30, 2024 4

You can submit PR if you want

from bugtracker.

vandroiy2013 avatar vandroiy2013 commented on August 30, 2024 3

Fixed

from bugtracker.

vit9696 avatar vit9696 commented on August 30, 2024 2
clang-12: error: unknown argument: '-ivfsstatcache'
clang-12: error: cannot specify -o when generating multiple output files

This can be related.

from bugtracker.

dhinakg avatar dhinakg commented on August 30, 2024 2

Fixed in acidanthera/ocbuild@a8cb407

from bugtracker.

dreamwhite avatar dreamwhite commented on August 30, 2024 1

Just wondering... before merging these layout-ids which will certainly cause issues when using real XML key, shouldn't be it better to run an action to check the integrity of the XML like files (Info.plist in this specific case)?

Something like:

name: Check XML Files for 'real' key

on:
  push:
    branches:
      - main
  pull_request:
    branches:
      - main

jobs:
  check-xml:
    runs-on: ubuntu-latest
    steps:
      - name: Checkout code
        uses: actions/checkout@v2

      - name: Install xmllint
        run: sudo apt-get install libxml2-utils

      - name: Find 'real' Key in XML Files
        run: |
          find . -name "*.xml" -type f -exec xmllint --xpath '//real' {} \; | grep -q real && echo "::error::Found 'real' key. Consider using 'int' instead." || echo "No 'real' key found."

from bugtracker.

vit9696 avatar vit9696 commented on August 30, 2024

Primary reason is macOS 14 upgrade on GH side: actions/runner-images#9255.
I tried to temporarily revert to macOS 12, but that will not work soon:
acidanthera/AppleALC@60b289e

from bugtracker.

vandroiy2013 avatar vandroiy2013 commented on August 30, 2024

For now this problem is partially solved but we need stable solution for macOS 14 runners in future.
All kexts from 2024.05 release planning builds correctly and we ready to release.

from bugtracker.

Lorys89 avatar Lorys89 commented on August 30, 2024

Applealc after the merge pr is broken goes in kp
This https://github.com/acidanthera/AppleALC/actions/runs/8968595838

from bugtracker.

Lorys89 avatar Lorys89 commented on August 30, 2024

After this revert it starts working again and starts OS
https://github.com/Lorys89/AppleALC/actions/runs/8971143624

from bugtracker.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.