Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions apptainer/loong.patch
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
diff --git a/PKGBUILD b/PKGBUILD
index 34ef602..425e908 100644
index da3227c..1cbcca6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -66,6 +66,9 @@ prepare() {
@@ -68,6 +68,9 @@ prepare() {
# fix FTBFS due to redefined -D_FORTIFY_SOURCE
# arch uses v3, upstream still uses v2
patch -p1 -i "$srcdir/ftbfs-redefined-fortify_source.patch"
+
+ go mod edit -replace=github.com/cilium/ebpf=github.com/cilium/ebpf@v0.10.1-0.20230613102335-1140a754d780
+ go get golang.org/x/net@v0.58.0
+ go mod tidy
}

Expand Down
Loading