Skip to content

Commit

Permalink
Revert SDK to non-broken state
Browse files Browse the repository at this point in the history
  • Loading branch information
AKuHAK authored Nov 28, 2024
1 parent 1430917 commit a5d23e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/compilation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
jobs:
build:
runs-on: ubuntu-latest
container: ghcr.io/ps2homebrew/ps2homebrew:main
container: ghcr.io/ps2homebrew/ps2homebrew@sha256:6f9370f3437840c438616e2abb16131a485cac57eb928b941e22783c57baf985
steps:
- name: git checkout
uses: actions/checkout@v4
Expand Down

3 comments on commit a5d23e4

@AKuHAK
Copy link
Member Author

@AKuHAK AKuHAK commented on a5d23e4 Nov 28, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@fjtrujy @rickgaiser @uyjulian @israpps to not stop OPL development I temporarily switched back to the working SDK state. As currently confirmed that all active homebrew projects suffers from the same issues on the upstream sdk it looks the only legit solution. Feel free to switch back to the main once problem will be resolved.

@fjtrujy
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

But I'm not aware of the current toolchain being wrong, could you please give me more details? Do we have an isolated example? Is neutrino also not working fine?

@AKuHAK
Copy link
Member Author

@AKuHAK AKuHAK commented on a5d23e4 Nov 28, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Projects like neutrino, nhddl, open-ps2-loader and wlaunchelf suffers from the same issues (like non-working file system access, internal hdd, power functions, graphic libraries, etc)

Please sign in to comment.