Compare commits
6 Commits
4873022c25
...
9ff0ee0329
| Author | SHA1 | Date | |
|---|---|---|---|
| 9ff0ee0329 | |||
| 30ec6dad99 | |||
| 5fe3919bc6 | |||
| 2b48fbf3cb | |||
| 91b5ddaad2 | |||
| 925ff03057 |
@@ -4,12 +4,11 @@ on: [push]
|
||||
|
||||
defaults:
|
||||
run:
|
||||
shell: bash -le {0}
|
||||
shell: bash -l {0}
|
||||
|
||||
jobs:
|
||||
build-oci-image:
|
||||
runs-on: ubuntu-latest
|
||||
continue-on-error: true
|
||||
steps:
|
||||
- name: Restore git cache
|
||||
uses: actions/cache@v4
|
||||
@@ -123,6 +122,7 @@ jobs:
|
||||
|
||||
fuzz:
|
||||
runs-on: brutalisk
|
||||
timeout: 1m
|
||||
env:
|
||||
CC: 'clang'
|
||||
CXX: 'clang++'
|
||||
@@ -139,7 +139,7 @@ jobs:
|
||||
run: |
|
||||
git clone https://github.com/gentoo/portage.git
|
||||
cd portage
|
||||
python -m venv .venv && ./venv/bin/pip install -e .
|
||||
python -m venv && ./venv/bin/pip install -e .
|
||||
source ./venv/bin/activate
|
||||
which emerge
|
||||
|
||||
|
||||
Reference in New Issue
Block a user