Add TODO note

This commit is contained in:
Paul Reeves 2023-05-13 11:11:26 +02:00
parent 2e19f44b17
commit 48997b41c7

View File

@ -43,13 +43,21 @@ steps:
- name: build-success - name: build-success
<<: *anchor_compiler_image <<: *anchor_compiler_image
commands: commands:
- echo "Go check where the binaries are - you've got $${SLEEP} seconds" # - echo "Go check where the binaries are - you've got $${SLEEP} seconds"
- sleep $${SLEEP} # - sleep $${SLEEP}
- cat test_gcc_2.txt - cat test_gcc_2.txt
when: when:
status: status:
- success - success
# ### TODO package up the contents of .libs and maybe the public header?
##-rw-r--r-- 1 root root 325206 May 13 09:06 libtfm.a
##lrwxrwxrwx 1 root root 12 May 13 09:06 libtfm.la -> ../libtfm.la
##-rw-r--r-- 1 root root 909 May 13 09:06 libtfm.lai
##lrwxrwxrwx 1 root root 15 May 13 09:06 libtfm.so -> libtfm.so.1.0.0
##lrwxrwxrwx 1 root root 15 May 13 09:06 libtfm.so.1 -> libtfm.so.1.0.0
##-rwxr-xr-x 1 root root 233136 May 13 09:06 libtfm.so.1.0.0
##-rw-r--r-- 1 root root 671 May 13 09:06 libtfm.ver
volumes: volumes:
- name: cache - name: cache