Skip to content

ci: fix the executable file report#96

Merged
illwieckz merged 1 commit into
masterfrom
illwieckz/ci
May 21, 2026
Merged

ci: fix the executable file report#96
illwieckz merged 1 commit into
masterfrom
illwieckz/ci

Conversation

@illwieckz
Copy link
Copy Markdown
Member

@illwieckz illwieckz commented May 20, 2026

Fix the executable file report.

@illwieckz
Copy link
Copy Markdown
Member Author

This “test” isn't blocking, but is useful when reading logs.

Before:

+ EXECUTABLES='crunch example1 example2 example3'
+ for exe_file in ${EXECUTABLES}
+ file 'build/${exe_file}${CRUNCH_EXTENSION:-}'
build/${exe_file}${CRUNCH_EXTENSION:-}: cannot open `build/${exe_file}${CRUNCH_EXTENSION:-}' (No such file or directory)
+ for exe_file in ${EXECUTABLES}
+ file 'build/${exe_file}${CRUNCH_EXTENSION:-}'
build/${exe_file}${CRUNCH_EXTENSION:-}: cannot open `build/${exe_file}${CRUNCH_EXTENSION:-}' (No such file or directory)
+ for exe_file in ${EXECUTABLES}
+ file 'build/${exe_file}${CRUNCH_EXTENSION:-}'
+ for exe_file in ${EXECUTABLES}
+ file 'build/${exe_file}${CRUNCH_EXTENSION:-}'
build/${exe_file}${CRUNCH_EXTENSION:-}: cannot open `build/${exe_file}${CRUNCH_EXTENSION:-}' (No such file or directory)
build/${exe_file}${CRUNCH_EXTENSION:-}: cannot open `build/${exe_file}${CRUNCH_EXTENSION:-}' (No such file or directory)

After:

+ EXECUTABLES='crunch example1 example2 example3'
+ for exe_file in ${EXECUTABLES}
+ file build/crunch
build/crunch: ELF 64-bit LSB pie executable, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=f35637db9cfdc8937be78ed23057378e69a41170, for GNU/Linux 3.2.0, not stripped
+ for exe_file in ${EXECUTABLES}
+ file build/example1
build/example1: ELF 64-bit LSB pie executable, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=67c5bc70925f8df1f383e2abd00b86340db0069c, for GNU/Linux 3.2.0, not stripped
+ for exe_file in ${EXECUTABLES}
+ file build/example2
build/example2: ELF 64-bit LSB pie executable, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=cbceee48546195aec4cf0b5fc9aeedca62149e47, for GNU/Linux 3.2.0, not stripped
+ for exe_file in ${EXECUTABLES}
+ file build/example3
build/example3: ELF 64-bit LSB pie executable, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=bd3f88d46bc555ae575b85b73d4bb0bc3bd02151, for GNU/Linux 3.2.0, not stripped
+ '[' -n '' ']'

@illwieckz illwieckz changed the title ci: fix the executable file kind report ci: fix the executable file report May 20, 2026
@slipher
Copy link
Copy Markdown
Member

slipher commented May 20, 2026

LGTM

@illwieckz illwieckz merged commit dbaff3b into master May 21, 2026
24 checks passed
@illwieckz illwieckz deleted the illwieckz/ci branch May 21, 2026 07:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants