mirror of
https://github.com/nushell/nushell.git
synced 2024-11-22 16:33:37 +01:00
Bye bye upx sorry (#4173)
* bye bye upx, let's try stripping alone * remove all stripping - not sure it's even working
This commit is contained in:
parent
0fe6a7c1b5
commit
e6e6b730f3
217
.github/workflows/release.yml
vendored
217
.github/workflows/release.yml
vendored
@ -29,59 +29,59 @@ jobs:
|
||||
command: build
|
||||
args: --release --all --features=extra
|
||||
|
||||
- name: Strip binaries (nu)
|
||||
run: strip target/release/nu
|
||||
# - name: Strip binaries (nu)
|
||||
# run: strip target/release/nu
|
||||
|
||||
- name: Strip binaries (nu_plugin_inc)
|
||||
run: strip target/release/nu_plugin_inc
|
||||
# - name: Strip binaries (nu_plugin_inc)
|
||||
# run: strip target/release/nu_plugin_inc
|
||||
|
||||
- name: Strip binaries (nu_plugin_match)
|
||||
run: strip target/release/nu_plugin_match
|
||||
# - name: Strip binaries (nu_plugin_match)
|
||||
# run: strip target/release/nu_plugin_match
|
||||
|
||||
- name: Strip binaries (nu_plugin_textview)
|
||||
run: strip target/release/nu_plugin_textview
|
||||
# - name: Strip binaries (nu_plugin_textview)
|
||||
# run: strip target/release/nu_plugin_textview
|
||||
|
||||
- name: Strip binaries (nu_plugin_binaryview)
|
||||
run: strip target/release/nu_plugin_binaryview
|
||||
# - name: Strip binaries (nu_plugin_binaryview)
|
||||
# run: strip target/release/nu_plugin_binaryview
|
||||
|
||||
- name: Strip binaries (nu_plugin_chart_bar)
|
||||
run: strip target/release/nu_plugin_chart_bar
|
||||
# - name: Strip binaries (nu_plugin_chart_bar)
|
||||
# run: strip target/release/nu_plugin_chart_bar
|
||||
|
||||
- name: Strip binaries (nu_plugin_chart_line)
|
||||
run: strip target/release/nu_plugin_chart_line
|
||||
# - name: Strip binaries (nu_plugin_chart_line)
|
||||
# run: strip target/release/nu_plugin_chart_line
|
||||
|
||||
- name: Strip binaries (nu_plugin_from_bson)
|
||||
run: strip target/release/nu_plugin_from_bson
|
||||
# - name: Strip binaries (nu_plugin_from_bson)
|
||||
# run: strip target/release/nu_plugin_from_bson
|
||||
|
||||
- name: Strip binaries (nu_plugin_from_sqlite)
|
||||
run: strip target/release/nu_plugin_from_sqlite
|
||||
# - name: Strip binaries (nu_plugin_from_sqlite)
|
||||
# run: strip target/release/nu_plugin_from_sqlite
|
||||
|
||||
- name: Strip binaries (nu_plugin_from_mp4)
|
||||
run: strip target/release/nu_plugin_from_mp4
|
||||
# - name: Strip binaries (nu_plugin_from_mp4)
|
||||
# run: strip target/release/nu_plugin_from_mp4
|
||||
|
||||
- name: Strip binaries (nu_plugin_query_json)
|
||||
run: strip target/release/nu_plugin_query_json
|
||||
# - name: Strip binaries (nu_plugin_query_json)
|
||||
# run: strip target/release/nu_plugin_query_json
|
||||
|
||||
- name: Strip binaries (nu_plugin_s3)
|
||||
run: strip target/release/nu_plugin_s3
|
||||
# - name: Strip binaries (nu_plugin_s3)
|
||||
# run: strip target/release/nu_plugin_s3
|
||||
|
||||
- name: Strip binaries (nu_plugin_selector)
|
||||
run: strip target/release/nu_plugin_selector
|
||||
# - name: Strip binaries (nu_plugin_selector)
|
||||
# run: strip target/release/nu_plugin_selector
|
||||
|
||||
- name: Strip binaries (nu_plugin_start)
|
||||
run: strip target/release/nu_plugin_start
|
||||
# - name: Strip binaries (nu_plugin_start)
|
||||
# run: strip target/release/nu_plugin_start
|
||||
|
||||
- name: Strip binaries (nu_plugin_to_bson)
|
||||
run: strip target/release/nu_plugin_to_bson
|
||||
# - name: Strip binaries (nu_plugin_to_bson)
|
||||
# run: strip target/release/nu_plugin_to_bson
|
||||
|
||||
- name: Strip binaries (nu_plugin_to_sqlite)
|
||||
run: strip target/release/nu_plugin_to_sqlite
|
||||
# - name: Strip binaries (nu_plugin_to_sqlite)
|
||||
# run: strip target/release/nu_plugin_to_sqlite
|
||||
|
||||
- name: Strip binaries (nu_plugin_tree)
|
||||
run: strip target/release/nu_plugin_tree
|
||||
# - name: Strip binaries (nu_plugin_tree)
|
||||
# run: strip target/release/nu_plugin_tree
|
||||
|
||||
- name: Strip binaries (nu_plugin_xpath)
|
||||
run: strip target/release/nu_plugin_xpath
|
||||
# - name: Strip binaries (nu_plugin_xpath)
|
||||
# run: strip target/release/nu_plugin_xpath
|
||||
|
||||
- name: Create output directory
|
||||
run: mkdir output
|
||||
@ -125,59 +125,59 @@ jobs:
|
||||
command: build
|
||||
args: --release --all --features=extra
|
||||
|
||||
- name: Strip binaries (nu)
|
||||
run: strip target/release/nu
|
||||
# - name: Strip binaries (nu)
|
||||
# run: strip target/release/nu
|
||||
|
||||
- name: Strip binaries (nu_plugin_inc)
|
||||
run: strip target/release/nu_plugin_inc
|
||||
# - name: Strip binaries (nu_plugin_inc)
|
||||
# run: strip target/release/nu_plugin_inc
|
||||
|
||||
- name: Strip binaries (nu_plugin_match)
|
||||
run: strip target/release/nu_plugin_match
|
||||
# - name: Strip binaries (nu_plugin_match)
|
||||
# run: strip target/release/nu_plugin_match
|
||||
|
||||
- name: Strip binaries (nu_plugin_textview)
|
||||
run: strip target/release/nu_plugin_textview
|
||||
# - name: Strip binaries (nu_plugin_textview)
|
||||
# run: strip target/release/nu_plugin_textview
|
||||
|
||||
- name: Strip binaries (nu_plugin_binaryview)
|
||||
run: strip target/release/nu_plugin_binaryview
|
||||
# - name: Strip binaries (nu_plugin_binaryview)
|
||||
# run: strip target/release/nu_plugin_binaryview
|
||||
|
||||
- name: Strip binaries (nu_plugin_chart_bar)
|
||||
run: strip target/release/nu_plugin_chart_bar
|
||||
# - name: Strip binaries (nu_plugin_chart_bar)
|
||||
# run: strip target/release/nu_plugin_chart_bar
|
||||
|
||||
- name: Strip binaries (nu_plugin_chart_line)
|
||||
run: strip target/release/nu_plugin_chart_line
|
||||
# - name: Strip binaries (nu_plugin_chart_line)
|
||||
# run: strip target/release/nu_plugin_chart_line
|
||||
|
||||
- name: Strip binaries (nu_plugin_from_bson)
|
||||
run: strip target/release/nu_plugin_from_bson
|
||||
# - name: Strip binaries (nu_plugin_from_bson)
|
||||
# run: strip target/release/nu_plugin_from_bson
|
||||
|
||||
- name: Strip binaries (nu_plugin_from_sqlite)
|
||||
run: strip target/release/nu_plugin_from_sqlite
|
||||
# - name: Strip binaries (nu_plugin_from_sqlite)
|
||||
# run: strip target/release/nu_plugin_from_sqlite
|
||||
|
||||
- name: Strip binaries (nu_plugin_from_mp4)
|
||||
run: strip target/release/nu_plugin_from_mp4
|
||||
# - name: Strip binaries (nu_plugin_from_mp4)
|
||||
# run: strip target/release/nu_plugin_from_mp4
|
||||
|
||||
- name: Strip binaries (nu_plugin_query_json)
|
||||
run: strip target/release/nu_plugin_query_json
|
||||
# - name: Strip binaries (nu_plugin_query_json)
|
||||
# run: strip target/release/nu_plugin_query_json
|
||||
|
||||
- name: Strip binaries (nu_plugin_s3)
|
||||
run: strip target/release/nu_plugin_s3
|
||||
# - name: Strip binaries (nu_plugin_s3)
|
||||
# run: strip target/release/nu_plugin_s3
|
||||
|
||||
- name: Strip binaries (nu_plugin_selector)
|
||||
run: strip target/release/nu_plugin_selector
|
||||
# - name: Strip binaries (nu_plugin_selector)
|
||||
# run: strip target/release/nu_plugin_selector
|
||||
|
||||
- name: Strip binaries (nu_plugin_start)
|
||||
run: strip target/release/nu_plugin_start
|
||||
# - name: Strip binaries (nu_plugin_start)
|
||||
# run: strip target/release/nu_plugin_start
|
||||
|
||||
- name: Strip binaries (nu_plugin_to_bson)
|
||||
run: strip target/release/nu_plugin_to_bson
|
||||
# - name: Strip binaries (nu_plugin_to_bson)
|
||||
# run: strip target/release/nu_plugin_to_bson
|
||||
|
||||
- name: Strip binaries (nu_plugin_to_sqlite)
|
||||
run: strip target/release/nu_plugin_to_sqlite
|
||||
# - name: Strip binaries (nu_plugin_to_sqlite)
|
||||
# run: strip target/release/nu_plugin_to_sqlite
|
||||
|
||||
- name: Strip binaries (nu_plugin_tree)
|
||||
run: strip target/release/nu_plugin_tree
|
||||
# - name: Strip binaries (nu_plugin_tree)
|
||||
# run: strip target/release/nu_plugin_tree
|
||||
|
||||
- name: Strip binaries (nu_plugin_xpath)
|
||||
run: strip target/release/nu_plugin_xpath
|
||||
# - name: Strip binaries (nu_plugin_xpath)
|
||||
# run: strip target/release/nu_plugin_xpath
|
||||
|
||||
- name: Create output directory
|
||||
run: mkdir output
|
||||
@ -223,60 +223,59 @@ jobs:
|
||||
command: build
|
||||
args: --release --all --features=extra
|
||||
|
||||
# I don't think there's a strip in windows but let's try and see
|
||||
- name: Strip binaries (nu.exe)
|
||||
run: strip target/release/nu.exe
|
||||
# - name: Strip binaries (nu.exe)
|
||||
# run: strip target/release/nu.exe
|
||||
|
||||
- name: Strip binaries (nu_plugin_inc.exe)
|
||||
run: strip target/release/nu_plugin_inc.exe
|
||||
# - name: Strip binaries (nu_plugin_inc.exe)
|
||||
# run: strip target/release/nu_plugin_inc.exe
|
||||
|
||||
- name: Strip binaries (nu_plugin_match.exe)
|
||||
run: strip target/release/nu_plugin_match.exe
|
||||
# - name: Strip binaries (nu_plugin_match.exe)
|
||||
# run: strip target/release/nu_plugin_match.exe
|
||||
|
||||
- name: Strip binaries (nu_plugin_textview.exe)
|
||||
run: strip target/release/nu_plugin_textview.exe
|
||||
# - name: Strip binaries (nu_plugin_textview.exe)
|
||||
# run: strip target/release/nu_plugin_textview.exe
|
||||
|
||||
- name: Strip binaries (nu_plugin_binaryview.exe)
|
||||
run: strip target/release/nu_plugin_binaryview.exe
|
||||
# - name: Strip binaries (nu_plugin_binaryview.exe)
|
||||
# run: strip target/release/nu_plugin_binaryview.exe
|
||||
|
||||
- name: Strip binaries (nu_plugin_chart_bar.exe)
|
||||
run: strip target/release/nu_plugin_chart_bar.exe
|
||||
# - name: Strip binaries (nu_plugin_chart_bar.exe)
|
||||
# run: strip target/release/nu_plugin_chart_bar.exe
|
||||
|
||||
- name: Strip binaries (nu_plugin_chart_line.exe)
|
||||
run: strip target/release/nu_plugin_chart_line.exe
|
||||
# - name: Strip binaries (nu_plugin_chart_line.exe)
|
||||
# run: strip target/release/nu_plugin_chart_line.exe
|
||||
|
||||
- name: Strip binaries (nu_plugin_from_bson.exe)
|
||||
run: strip target/release/nu_plugin_from_bson.exe
|
||||
# - name: Strip binaries (nu_plugin_from_bson.exe)
|
||||
# run: strip target/release/nu_plugin_from_bson.exe
|
||||
|
||||
- name: Strip binaries (nu_plugin_from_sqlite.exe)
|
||||
run: strip target/release/nu_plugin_from_sqlite.exe
|
||||
# - name: Strip binaries (nu_plugin_from_sqlite.exe)
|
||||
# run: strip target/release/nu_plugin_from_sqlite.exe
|
||||
|
||||
- name: Strip binaries (nu_plugin_from_mp4.exe)
|
||||
run: strip target/release/nu_plugin_from_mp4.exe
|
||||
# - name: Strip binaries (nu_plugin_from_mp4.exe)
|
||||
# run: strip target/release/nu_plugin_from_mp4.exe
|
||||
|
||||
- name: Strip binaries (nu_plugin_query_json.exe)
|
||||
run: strip target/release/nu_plugin_query_json.exe
|
||||
# - name: Strip binaries (nu_plugin_query_json.exe)
|
||||
# run: strip target/release/nu_plugin_query_json.exe
|
||||
|
||||
- name: Strip binaries (nu_plugin_s3.exe)
|
||||
run: strip target/release/nu_plugin_s3.exe
|
||||
# - name: Strip binaries (nu_plugin_s3.exe)
|
||||
# run: strip target/release/nu_plugin_s3.exe
|
||||
|
||||
- name: Strip binaries (nu_plugin_selector.exe)
|
||||
run: strip target/release/nu_plugin_selector.exe
|
||||
# - name: Strip binaries (nu_plugin_selector.exe)
|
||||
# run: strip target/release/nu_plugin_selector.exe
|
||||
|
||||
- name: Strip binaries (nu_plugin_start.exe)
|
||||
run: strip target/release/nu_plugin_start.exe
|
||||
# - name: Strip binaries (nu_plugin_start.exe)
|
||||
# run: strip target/release/nu_plugin_start.exe
|
||||
|
||||
- name: Strip binaries (nu_plugin_to_bson.exe)
|
||||
run: strip target/release/nu_plugin_to_bson.exe
|
||||
# - name: Strip binaries (nu_plugin_to_bson.exe)
|
||||
# run: strip target/release/nu_plugin_to_bson.exe
|
||||
|
||||
- name: Strip binaries (nu_plugin_to_sqlite.exe)
|
||||
run: strip target/release/nu_plugin_to_sqlite.exe
|
||||
# - name: Strip binaries (nu_plugin_to_sqlite.exe)
|
||||
# run: strip target/release/nu_plugin_to_sqlite.exe
|
||||
|
||||
- name: Strip binaries (nu_plugin_tree.exe)
|
||||
run: strip target/release/nu_plugin_tree.exe
|
||||
# - name: Strip binaries (nu_plugin_tree.exe)
|
||||
# run: strip target/release/nu_plugin_tree.exe
|
||||
|
||||
- name: Strip binaries (nu_plugin_xpath.exe)
|
||||
run: strip target/release/nu_plugin_xpath.exe
|
||||
# - name: Strip binaries (nu_plugin_xpath.exe)
|
||||
# run: strip target/release/nu_plugin_xpath.exe
|
||||
|
||||
- name: Create output directory
|
||||
run: mkdir output
|
||||
|
Loading…
Reference in New Issue
Block a user