Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
aports
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
knuxify
aports
Commits
faf9e058
Commit
faf9e058
authored
5 years ago
by
Rasmus Thomsen
Committed by
Natanael Copa
5 years ago
Browse files
Options
Downloads
Patches
Plain Diff
testing/bpftrace: rebuild against libLLVM-9.so
parent
4f997b7f
Loading
Loading
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
testing/bpftrace/APKBUILD
+4
-4
4 additions, 4 deletions
testing/bpftrace/APKBUILD
with
4 additions
and
4 deletions
testing/bpftrace/APKBUILD
+
4
−
4
View file @
faf9e058
...
@@ -2,18 +2,18 @@
...
@@ -2,18 +2,18 @@
# Maintainer: Konstantin Kulikov <k.kulikov2@gmail.com>
# Maintainer: Konstantin Kulikov <k.kulikov2@gmail.com>
pkgname
=
bpftrace
pkgname
=
bpftrace
pkgver
=
0.9.2
pkgver
=
0.9.2
pkgrel
=
1
pkgrel
=
2
pkgdesc
=
"High-level tracing language for Linux eBPF"
pkgdesc
=
"High-level tracing language for Linux eBPF"
url
=
"https://github.com/iovisor/bpftrace"
url
=
"https://github.com/iovisor/bpftrace"
arch
=
"x86_64"
arch
=
"x86_64"
license
=
"Apache-2.0"
license
=
"Apache-2.0"
makedepends
=
"cmake llvm
8
-dev llvm
8
-static clang-dev clang-static
makedepends
=
"cmake llvm
9
-dev llvm
9
-static clang-dev clang-static
flex-dev bison elfutils-dev linux-headers bcc-dev"
flex-dev bison elfutils-dev linux-headers bcc-dev"
source
=
"
$pkgname
-
$pkgver
.tar.gz::https://github.com/iovisor/bpftrace/archive/v
$pkgver
.tar.gz"
source
=
"
$pkgname
-
$pkgver
.tar.gz::https://github.com/iovisor/bpftrace/archive/v
$pkgver
.tar.gz"
# Tests require root, network to download gmock and a few tests fail.
# Tests require root, network to download gmock and a few tests fail.
options
=
"!check"
options
=
"!check"
builddir
=
"
$srcdir
/
$pkgname
-
$pkgver
/build"
builddir
=
"
$srcdir
/
$pkgname
-
$pkgver
/build"
subpackages
=
"
$pkgname
-doc
$pkgname
-tools
$pkgname
-tools-doc:tools_doc"
subpackages
=
"
$pkgname
-doc
$pkgname
-tools
:tools:noarch
$pkgname
-tools-doc:tools_doc"
prepare
()
{
prepare
()
{
default_prepare
default_prepare
...
@@ -27,7 +27,7 @@ build() {
...
@@ -27,7 +27,7 @@ build() {
-DCMAKE_CXX_FLAGS
=
"
$CXXFLAGS
"
\
-DCMAKE_CXX_FLAGS
=
"
$CXXFLAGS
"
\
-DCMAKE_C_FLAGS
=
"
$CFLAGS
"
\
-DCMAKE_C_FLAGS
=
"
$CFLAGS
"
\
-DBUILD_TESTING
:BOOL
=
OFF
\
-DBUILD_TESTING
:BOOL
=
OFF
\
-DLLVM_REQUESTED_VERSION
=
8
\
-DLLVM_REQUESTED_VERSION
=
9
\
..
..
make
make
}
}
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment