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 f9a09f7 commit 75e615bCopy full SHA for 75e615b
.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
- - make pypy-c
+ - /bin/bash -c "make pypy-c"
10
package:
11
image: mesalocklinux/build-mesalock-linux
12
commands:
0 commit comments