Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
syscall-eval
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
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
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Lehrstuhl für Informatik 4 (Systemsoftware)
manycore
syscall-eval
Commits
5e90091e
Commit
5e90091e
authored
3 years ago
by
Florian Fischer
Browse files
Options
Downloads
Patches
Plain Diff
install libaio in the docker container
parent
7fb9e296
No related branches found
No related tags found
No related merge requests found
Pipeline
#66574
failed
3 years ago
Stage: test
Changes
2
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitlab-ci.yml
+1
-1
1 addition, 1 deletion
.gitlab-ci.yml
tools/docker-prepare
+2
-0
2 additions, 0 deletions
tools/docker-prepare
with
3 additions
and
1 deletion
.gitlab-ci.yml
+
1
−
1
View file @
5e90091e
...
@@ -2,7 +2,7 @@ image: "flowdalic/debian-testing-dev:1.14"
...
@@ -2,7 +2,7 @@ image: "flowdalic/debian-testing-dev:1.14"
before_script
:
before_script
:
-
|
-
|
apt install -y bear
apt install -y bear
libaio-dev
readarray TOOLS <<EOF
readarray TOOLS <<EOF
bear
bear
cc
cc
...
...
This diff is collapsed.
Click to expand it.
tools/docker-prepare
+
2
−
0
View file @
5e90091e
...
@@ -10,6 +10,8 @@ fi
...
@@ -10,6 +10,8 @@ fi
ln
-s
/usr/bin/perf_5.10 /usr/bin/perf
ln
-s
/usr/bin/perf_5.10 /usr/bin/perf
sudo
apt
install
-y
libaio-dev
OUTSIDE_ROOT
=
"
${
1
}
"
OUTSIDE_ROOT
=
"
${
1
}
"
shift
shift
...
...
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