Add doc note to explain why we do not run make install
This commit is contained in:
parent
914ac88e93
commit
cb6c436612
26
.drone.yml
26
.drone.yml
@ -60,18 +60,20 @@ steps:
|
|||||||
status:
|
status:
|
||||||
- success
|
- success
|
||||||
|
|
||||||
- name: build-install
|
# ### NOTE build-install is of no use to us for fireswarm as it only installs the static library and header
|
||||||
<<: *anchor_compiler_image
|
# ### It is easier to pull shared lib from .libs/libtfm.so.1.0.0 and header from src/headers/tfm.h
|
||||||
volumes:
|
#- name: build-install
|
||||||
- name: temp
|
#<<: *anchor_compiler_image
|
||||||
path: /tmp
|
#volumes:
|
||||||
- name: cache
|
#- name: temp
|
||||||
path: /tmp/cache
|
#path: /tmp
|
||||||
commands:
|
#- name: cache
|
||||||
- make install
|
#path: /tmp/cache
|
||||||
- ls -R -l /usr/local/* | grep tfm
|
#commands:
|
||||||
depends_on:
|
#- make install
|
||||||
- build-success
|
#- ls -R -l /usr/local/* | grep tfm
|
||||||
|
#depends_on:
|
||||||
|
#- build-success
|
||||||
|
|
||||||
|
|
||||||
# ### TODO package up the contents of .libs and maybe the public header?
|
# ### TODO package up the contents of .libs and maybe the public header?
|
||||||
|
Loading…
Reference in New Issue
Block a user