Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: node-3d/deps-opengl-raub
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 7.2.0
Choose a base ref
...
head repository: node-3d/deps-opengl-raub
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 2 commits
  • 2 files changed
  • 1 contributor

Commits on Feb 21, 2025

  1. Try gh arm linux 3

    raub committed Feb 21, 2025
    Copy the full SHA
    bcaf760 View commit details
  2. Rmove draft flag 2

    raub committed Feb 21, 2025
    Copy the full SHA
    303cf16 View commit details
Showing with 1 addition and 5 deletions.
  1. +0 −1 .github/workflows/publish.yml
  2. +1 −4 src/update-aarch64.sh
1 change: 0 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
@@ -41,6 +41,5 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
draft: true
tag_name: ${{ steps.package-version.outputs.version }}
name: Release ${{ steps.package-version.outputs.version }}
5 changes: 1 addition & 4 deletions src/update-aarch64.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1 @@
sudo yum -y update
sudo yum -y --nobest --allowerasing install tuned tuned-profiles-oci
sudo yum -y --nobest --allowerasing install cmake mesa-libGL-devel libX11-devel libXrandr-devel libXinerama-devel libXcursor-devel libXi-devel
sudo yum -y --nobest --allowerasing install wayland-devel libxkbcommon-devel
chmod +x src/update-linux.sh && src/update-linux.sh