We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75e615b commit dddd429Copy full SHA for dddd429
.drone.yml
@@ -6,7 +6,7 @@ pipeline:
6
- git checkout -b temp-branch-name # make a temp branch name to work around a issue in building process
7
- export PYPY_USESSION_DIR=$(pwd)/pypy-usession-dir
8
- mkdir pypy-usession-dir
9
- - /bin/bash -c "make pypy-c"
+ - make pypy-c
10
package:
11
image: mesalocklinux/build-mesalock-linux
12
commands:
0 commit comments