Compare commits
4 Commits
9ff0ee0329
...
4873022c25
| Author | SHA1 | Date | |
|---|---|---|---|
| 4873022c25 | |||
| 1a1098426f | |||
| 02fb55b8e3 | |||
| 43441a3943 |
@@ -4,11 +4,12 @@ on: [push]
|
|||||||
|
|
||||||
defaults:
|
defaults:
|
||||||
run:
|
run:
|
||||||
shell: bash -l {0}
|
shell: bash -le {0}
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build-oci-image:
|
build-oci-image:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
continue-on-error: true
|
||||||
steps:
|
steps:
|
||||||
- name: Restore git cache
|
- name: Restore git cache
|
||||||
uses: actions/cache@v4
|
uses: actions/cache@v4
|
||||||
@@ -122,7 +123,6 @@ jobs:
|
|||||||
|
|
||||||
fuzz:
|
fuzz:
|
||||||
runs-on: brutalisk
|
runs-on: brutalisk
|
||||||
timeout: 1m
|
|
||||||
env:
|
env:
|
||||||
CC: 'clang'
|
CC: 'clang'
|
||||||
CXX: 'clang++'
|
CXX: 'clang++'
|
||||||
@@ -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/bin/pip install -e .
|
python -m venv .venv && ./venv/bin/pip install -e .
|
||||||
source ./venv/bin/activate
|
source ./venv/bin/activate
|
||||||
which emerge
|
which emerge
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user