Skip to content

Commit

Permalink
update to 6.6.74
Browse files Browse the repository at this point in the history
  • Loading branch information
eebssk1 committed Jan 24, 2025
1 parent c532b45 commit 1dd4387
Show file tree
Hide file tree
Showing 4 changed files with 3,185 additions and 2 deletions.
8 changes: 7 additions & 1 deletion b.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,16 @@ mv llvm_18.1.4 /opt/newclang
chown -R root:root /opt/newclang
fi

echo VER=$(cat version) >> $GITHUB_ENV
echo VER=6.6.74 >> $GITHUB_ENV

cd linux-* || exit 1

for a in ../patch/up/*; do
[ -f "$a" ] || continue
echo updating with $a
patch -N -f -p1 -i $a || exit 128
done

for a in ../patch/rev/*.patch; do
[ -f "$a" ] || continue
echo Revesing $a
Expand Down
Loading

0 comments on commit 1dd4387

Please sign in to comment.