File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 35
35
- name : Build windows executable
36
36
run : |
37
37
nix build -L .#patchelf-win32 .#patchelf-win64
38
- install -D ./result/bin/patchelf.exe ./dist/patchelf-win32.exe
39
- install -D ./result-1/bin/patchelf.exe ./dist/patchelf-win64.exe
38
+ install -D ./result/bin/patchelf.exe ./dist/patchelf-win32-$(cat version) .exe
39
+ install -D ./result-1/bin/patchelf.exe ./dist/patchelf-win64-$(cat version) .exe
40
40
- uses : actions/upload-artifact@v3
41
41
with :
42
42
name : patchelf
@@ -55,10 +55,10 @@ jobs:
55
55
- name : Show binaries
56
56
run : dir .\\dist
57
57
- name : Test windows 64-bit binary
58
- run : .\\dist\\patchelf-win32.exe --version
58
+ run : .\\dist\\patchelf-win32-* .exe --version
59
59
60
60
- name : Test windows 32-bit binary
61
- run : .\\dist\\patchelf-win64.exe --version
61
+ run : .\\dist\\patchelf-win64-* .exe --version
62
62
63
63
build_musl :
64
64
name : Build static musl binaries
Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ TESTS = $(src_TESTS) $(build_TESTS)
52
52
53
53
EXTRA_DIST = no-rpath-prebuild $(src_TESTS ) no-rpath-prebuild.sh invalid-elf endianness empty-note
54
54
55
- TESTS_ENVIRONMENT = PATCHELF_DEBUG=1 OBJDUMP=$(OBJDUMP ) READELF=$(READELF ) OBJCOPY=$(OBJCOPY )
55
+ TESTS_ENVIRONMENT = PATCHELF_DEBUG=1 STRIP= $( STRIP ) OBJDUMP=$(OBJDUMP ) READELF=$(READELF ) OBJCOPY=$(OBJCOPY )
56
56
57
57
$(no_rpath_arch_TESTS ) : no-rpath-prebuild.sh
58
58
@ln -s $< $@
Original file line number Diff line number Diff line change 1
- 0.17.0
1
+ 0.18.0-alpha
You can’t perform that action at this time.
0 commit comments