Skip to content

Commit c0f1270

Browse files
committed
fix: remove libc patching step
1 parent abaade8 commit c0f1270

File tree

2 files changed

+0
-11
lines changed

2 files changed

+0
-11
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,6 @@ jobs:
4848
while read line; do
4949
echo "$line" >> $GITHUB_ENV
5050
done < assets/variables
51-
- name: Patch glibc
52-
run: bash ./scripts/patch-glibc.bash
5351
- name: Build artifacts
5452
run: bash ./scripts/build-artifacts.bash
5553
- name: Create release

scripts/patch-glibc.bash

Lines changed: 0 additions & 9 deletions
This file was deleted.

0 commit comments

Comments
 (0)