Compare commits
3 Commits
ceffe6e951
...
8cf9d59ffc
| Author | SHA1 | Date | |
|---|---|---|---|
| 8cf9d59ffc | |||
| 32c419da8b | |||
| 33dd059498 |
@@ -4,7 +4,7 @@ on: [push]
|
|||||||
|
|
||||||
defaults:
|
defaults:
|
||||||
run:
|
run:
|
||||||
shell: bash -l {0}
|
shell: bash -le {0}
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build-oci-image:
|
build-oci-image:
|
||||||
@@ -139,7 +139,7 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
git clone https://github.com/gentoo/portage.git
|
git clone https://github.com/gentoo/portage.git
|
||||||
cd portage
|
cd portage
|
||||||
python -m venv .venv && ./venv/bin/activate install -e .
|
python -m venv .venv && ./.venv/bin/pip install -e .
|
||||||
source ./venv/bin/activate
|
source ./venv/bin/activate
|
||||||
which emerge
|
which emerge
|
||||||
|
|
||||||
|
|||||||
@@ -11,4 +11,5 @@ ${PROJECT_DIR}/scripts/atom.py <${in} >${out} \
|
|||||||
| ${PROJECT_DIR}/build/fuzz/atom/parser/fuzzer >${in} <${out} \
|
| ${PROJECT_DIR}/build/fuzz/atom/parser/fuzzer >${in} <${out} \
|
||||||
${PROJECT_DIR}/build/atom_parser_fuzzer_corpus \
|
${PROJECT_DIR}/build/atom_parser_fuzzer_corpus \
|
||||||
-only_ascii=1 \
|
-only_ascii=1 \
|
||||||
|
-fork=$(($(nproc) / 2)) \
|
||||||
"$@"
|
"$@"
|
||||||
|
|||||||
Reference in New Issue
Block a user