Compare commits

...

2 commits

Author SHA1 Message Date
f
3a0ce6fbfe ci
All checks were successful
continuous-integration/drone the build was successful
2021-10-01 10:05:36 -03:00
f
a9c2b6cb4d http-parser: needs ffi-compiler to build 2021-10-01 10:05:20 -03:00
2 changed files with 1 additions and 1 deletions

View file

@ -4,7 +4,6 @@ pipeline:
pull: true
commands:
- git checkout -B ${DRONE_BRANCH}
- exit 1
- bulk-compiler
- git add built/
- git config user.name Woodpecker

View file

@ -0,0 +1 @@
EXTRA_GEMS="ffi-compiler"