You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
How about add build.cwd option to change cwd during building?
- name: nkfdescription: Netword Kanji Filterurl: https://free.nchc.org.tw/osdn//nkf/70406/nkf-2.1.5.tar.gzcommand:
build:
cwd: nkf-2.1.5steps:
- make
- make install prefix=~/.locallink:
- from: nkf
WHY
(Write the background of this issue)
Sometimes build.steps requires changing cwd, but cd command is not working.
- name: nkfdescription: Netword Kanji Filterurl: https://free.nchc.org.tw/osdn//nkf/70406/nkf-2.1.5.tar.gzcommand:
build:
steps:
- cd nkf-2.1.5 # not working
- make
- make install prefix=~/.locallink:
- from: nkf
The text was updated successfully, but these errors were encountered:
WHAT
(Write what you need)
How about add
build.cwd
option to change cwd during building?WHY
(Write the background of this issue)
Sometimes
build.steps
requires changing cwd, butcd
command is not working.The text was updated successfully, but these errors were encountered: