Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
B
bpftrace
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
bpftrace
Commits
65cdd1e1
Commit
65cdd1e1
authored
May 01, 2017
by
Alastair Robertson
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Pass arguments through build.sh to make
parent
0531bbb0
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
+3
-2
build.sh
build.sh
+1
-1
docker/build.sh
docker/build.sh
+2
-1
No files found.
build.sh
View file @
65cdd1e1
...
@@ -2,4 +2,4 @@
...
@@ -2,4 +2,4 @@
pushd
docker
pushd
docker
docker build
-t
bpftrace-builder
-f
Dockerfile.ubuntu
.
docker build
-t
bpftrace-builder
-f
Dockerfile.ubuntu
.
popd
popd
docker run
--rm
-
u
$(
id
-u
)
:
$(
id
-g
)
-v
$(
pwd
)
:
$(
pwd
)
bpftrace-builder
"
$(
pwd
)
"
docker run
--rm
-
it
-u
$(
id
-u
)
:
$(
id
-g
)
-v
$(
pwd
)
:
$(
pwd
)
bpftrace-builder
"
$(
pwd
)
"
"
$@
"
docker/build.sh
View file @
65cdd1e1
...
@@ -3,4 +3,5 @@ DIR="$1/build-docker"
...
@@ -3,4 +3,5 @@ DIR="$1/build-docker"
mkdir
-p
"
$DIR
"
mkdir
-p
"
$DIR
"
cd
"
$DIR
"
cd
"
$DIR
"
cmake
-DCMAKE_BUILD_TYPE
=
Debug ../
cmake
-DCMAKE_BUILD_TYPE
=
Debug ../
make
shift
1
make
"
$@
"
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment