Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
C
cwe_checker
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
fact-depend
cwe_checker
Commits
473fbefc
Unverified
Commit
473fbefc
authored
Oct 18, 2021
by
Anton Kochkov
Committed by
GitHub
Oct 18, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add `podman` instructions to the tests building (#239)
parent
14d9fe62
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
2 deletions
+6
-2
Readme.md
test/artificial_samples/Readme.md
+6
-2
No files found.
test/artificial_samples/Readme.md
View file @
473fbefc
...
...
@@ -6,7 +6,7 @@ The provided dockerfile should be used for the build process.
## Prerequisites
-
Have Docker installed on your system
-
Have Docker
or Podman
installed on your system
## Build commands
...
...
@@ -15,4 +15,8 @@ Inside this directory run the following commands:
docker build
-t
cross_compiling
.
docker run
--rm
-v
$(
pwd
)
/build:/home/cwe/artificial_samples/build cross_compiling
sudo
python3
-m
SCons
```
If instead of Docker you use Podman, it's necessary to add also the
`--security-opt label=disable`
for mounting the volume:
```
shell
podman build
-t
cross_compiling
.
podman run
--rm
-v
$(
pwd
)
/build:/home/cwe/artificial_samples/build
--security-opt
label
=
disable cross_compiling
sudo
python3
-m
SCons
```
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