Skip to content

Commit dddd429

Browse files
Mingshen Sunmssun
authored andcommitted
Checkout a temp filename to work around a building issue
1 parent 75e615b commit dddd429

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.drone.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ pipeline:
66
- git checkout -b temp-branch-name # make a temp branch name to work around a issue in building process
77
- export PYPY_USESSION_DIR=$(pwd)/pypy-usession-dir
88
- mkdir pypy-usession-dir
9-
- /bin/bash -c "make pypy-c"
9+
- make pypy-c
1010
package:
1111
image: mesalocklinux/build-mesalock-linux
1212
commands:

0 commit comments

Comments
 (0)