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:
Darren Schroeder 2021-11-30 13:34:16 -06:00 committed by GitHub
parent 0fe6a7c1b5
commit e6e6b730f3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -29,59 +29,59 @@ jobs:
command: build command: build
args: --release --all --features=extra args: --release --all --features=extra
- name: Strip binaries (nu) # - name: Strip binaries (nu)
run: strip target/release/nu # run: strip target/release/nu
- name: Strip binaries (nu_plugin_inc) # - name: Strip binaries (nu_plugin_inc)
run: strip target/release/nu_plugin_inc # run: strip target/release/nu_plugin_inc
- name: Strip binaries (nu_plugin_match) # - name: Strip binaries (nu_plugin_match)
run: strip target/release/nu_plugin_match # run: strip target/release/nu_plugin_match
- name: Strip binaries (nu_plugin_textview) # - name: Strip binaries (nu_plugin_textview)
run: strip target/release/nu_plugin_textview # run: strip target/release/nu_plugin_textview
- name: Strip binaries (nu_plugin_binaryview) # - name: Strip binaries (nu_plugin_binaryview)
run: strip target/release/nu_plugin_binaryview # run: strip target/release/nu_plugin_binaryview
- name: Strip binaries (nu_plugin_chart_bar) # - name: Strip binaries (nu_plugin_chart_bar)
run: strip target/release/nu_plugin_chart_bar # run: strip target/release/nu_plugin_chart_bar
- name: Strip binaries (nu_plugin_chart_line) # - name: Strip binaries (nu_plugin_chart_line)
run: strip target/release/nu_plugin_chart_line # run: strip target/release/nu_plugin_chart_line
- name: Strip binaries (nu_plugin_from_bson) # - name: Strip binaries (nu_plugin_from_bson)
run: strip target/release/nu_plugin_from_bson # run: strip target/release/nu_plugin_from_bson
- name: Strip binaries (nu_plugin_from_sqlite) # - name: Strip binaries (nu_plugin_from_sqlite)
run: strip target/release/nu_plugin_from_sqlite # run: strip target/release/nu_plugin_from_sqlite
- name: Strip binaries (nu_plugin_from_mp4) # - name: Strip binaries (nu_plugin_from_mp4)
run: strip target/release/nu_plugin_from_mp4 # run: strip target/release/nu_plugin_from_mp4
- name: Strip binaries (nu_plugin_query_json) # - name: Strip binaries (nu_plugin_query_json)
run: strip target/release/nu_plugin_query_json # run: strip target/release/nu_plugin_query_json
- name: Strip binaries (nu_plugin_s3) # - name: Strip binaries (nu_plugin_s3)
run: strip target/release/nu_plugin_s3 # run: strip target/release/nu_plugin_s3
- name: Strip binaries (nu_plugin_selector) # - name: Strip binaries (nu_plugin_selector)
run: strip target/release/nu_plugin_selector # run: strip target/release/nu_plugin_selector
- name: Strip binaries (nu_plugin_start) # - name: Strip binaries (nu_plugin_start)
run: strip target/release/nu_plugin_start # run: strip target/release/nu_plugin_start
- name: Strip binaries (nu_plugin_to_bson) # - name: Strip binaries (nu_plugin_to_bson)
run: strip target/release/nu_plugin_to_bson # run: strip target/release/nu_plugin_to_bson
- name: Strip binaries (nu_plugin_to_sqlite) # - name: Strip binaries (nu_plugin_to_sqlite)
run: strip target/release/nu_plugin_to_sqlite # run: strip target/release/nu_plugin_to_sqlite
- name: Strip binaries (nu_plugin_tree) # - name: Strip binaries (nu_plugin_tree)
run: strip target/release/nu_plugin_tree # run: strip target/release/nu_plugin_tree
- name: Strip binaries (nu_plugin_xpath) # - name: Strip binaries (nu_plugin_xpath)
run: strip target/release/nu_plugin_xpath # run: strip target/release/nu_plugin_xpath
- name: Create output directory - name: Create output directory
run: mkdir output run: mkdir output
@ -125,59 +125,59 @@ jobs:
command: build command: build
args: --release --all --features=extra args: --release --all --features=extra
- name: Strip binaries (nu) # - name: Strip binaries (nu)
run: strip target/release/nu # run: strip target/release/nu
- name: Strip binaries (nu_plugin_inc) # - name: Strip binaries (nu_plugin_inc)
run: strip target/release/nu_plugin_inc # run: strip target/release/nu_plugin_inc
- name: Strip binaries (nu_plugin_match) # - name: Strip binaries (nu_plugin_match)
run: strip target/release/nu_plugin_match # run: strip target/release/nu_plugin_match
- name: Strip binaries (nu_plugin_textview) # - name: Strip binaries (nu_plugin_textview)
run: strip target/release/nu_plugin_textview # run: strip target/release/nu_plugin_textview
- name: Strip binaries (nu_plugin_binaryview) # - name: Strip binaries (nu_plugin_binaryview)
run: strip target/release/nu_plugin_binaryview # run: strip target/release/nu_plugin_binaryview
- name: Strip binaries (nu_plugin_chart_bar) # - name: Strip binaries (nu_plugin_chart_bar)
run: strip target/release/nu_plugin_chart_bar # run: strip target/release/nu_plugin_chart_bar
- name: Strip binaries (nu_plugin_chart_line) # - name: Strip binaries (nu_plugin_chart_line)
run: strip target/release/nu_plugin_chart_line # run: strip target/release/nu_plugin_chart_line
- name: Strip binaries (nu_plugin_from_bson) # - name: Strip binaries (nu_plugin_from_bson)
run: strip target/release/nu_plugin_from_bson # run: strip target/release/nu_plugin_from_bson
- name: Strip binaries (nu_plugin_from_sqlite) # - name: Strip binaries (nu_plugin_from_sqlite)
run: strip target/release/nu_plugin_from_sqlite # run: strip target/release/nu_plugin_from_sqlite
- name: Strip binaries (nu_plugin_from_mp4) # - name: Strip binaries (nu_plugin_from_mp4)
run: strip target/release/nu_plugin_from_mp4 # run: strip target/release/nu_plugin_from_mp4
- name: Strip binaries (nu_plugin_query_json) # - name: Strip binaries (nu_plugin_query_json)
run: strip target/release/nu_plugin_query_json # run: strip target/release/nu_plugin_query_json
- name: Strip binaries (nu_plugin_s3) # - name: Strip binaries (nu_plugin_s3)
run: strip target/release/nu_plugin_s3 # run: strip target/release/nu_plugin_s3
- name: Strip binaries (nu_plugin_selector) # - name: Strip binaries (nu_plugin_selector)
run: strip target/release/nu_plugin_selector # run: strip target/release/nu_plugin_selector
- name: Strip binaries (nu_plugin_start) # - name: Strip binaries (nu_plugin_start)
run: strip target/release/nu_plugin_start # run: strip target/release/nu_plugin_start
- name: Strip binaries (nu_plugin_to_bson) # - name: Strip binaries (nu_plugin_to_bson)
run: strip target/release/nu_plugin_to_bson # run: strip target/release/nu_plugin_to_bson
- name: Strip binaries (nu_plugin_to_sqlite) # - name: Strip binaries (nu_plugin_to_sqlite)
run: strip target/release/nu_plugin_to_sqlite # run: strip target/release/nu_plugin_to_sqlite
- name: Strip binaries (nu_plugin_tree) # - name: Strip binaries (nu_plugin_tree)
run: strip target/release/nu_plugin_tree # run: strip target/release/nu_plugin_tree
- name: Strip binaries (nu_plugin_xpath) # - name: Strip binaries (nu_plugin_xpath)
run: strip target/release/nu_plugin_xpath # run: strip target/release/nu_plugin_xpath
- name: Create output directory - name: Create output directory
run: mkdir output run: mkdir output
@ -223,60 +223,59 @@ jobs:
command: build command: build
args: --release --all --features=extra 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)
- name: Strip binaries (nu.exe) # run: strip target/release/nu.exe
run: strip target/release/nu.exe
- name: Strip binaries (nu_plugin_inc.exe) # - name: Strip binaries (nu_plugin_inc.exe)
run: strip target/release/nu_plugin_inc.exe # run: strip target/release/nu_plugin_inc.exe
- name: Strip binaries (nu_plugin_match.exe) # - name: Strip binaries (nu_plugin_match.exe)
run: strip target/release/nu_plugin_match.exe # run: strip target/release/nu_plugin_match.exe
- name: Strip binaries (nu_plugin_textview.exe) # - name: Strip binaries (nu_plugin_textview.exe)
run: strip target/release/nu_plugin_textview.exe # run: strip target/release/nu_plugin_textview.exe
- name: Strip binaries (nu_plugin_binaryview.exe) # - name: Strip binaries (nu_plugin_binaryview.exe)
run: strip target/release/nu_plugin_binaryview.exe # run: strip target/release/nu_plugin_binaryview.exe
- name: Strip binaries (nu_plugin_chart_bar.exe) # - name: Strip binaries (nu_plugin_chart_bar.exe)
run: strip target/release/nu_plugin_chart_bar.exe # run: strip target/release/nu_plugin_chart_bar.exe
- name: Strip binaries (nu_plugin_chart_line.exe) # - name: Strip binaries (nu_plugin_chart_line.exe)
run: strip target/release/nu_plugin_chart_line.exe # run: strip target/release/nu_plugin_chart_line.exe
- name: Strip binaries (nu_plugin_from_bson.exe) # - name: Strip binaries (nu_plugin_from_bson.exe)
run: strip target/release/nu_plugin_from_bson.exe # run: strip target/release/nu_plugin_from_bson.exe
- name: Strip binaries (nu_plugin_from_sqlite.exe) # - name: Strip binaries (nu_plugin_from_sqlite.exe)
run: strip target/release/nu_plugin_from_sqlite.exe # run: strip target/release/nu_plugin_from_sqlite.exe
- name: Strip binaries (nu_plugin_from_mp4.exe) # - name: Strip binaries (nu_plugin_from_mp4.exe)
run: strip target/release/nu_plugin_from_mp4.exe # run: strip target/release/nu_plugin_from_mp4.exe
- name: Strip binaries (nu_plugin_query_json.exe) # - name: Strip binaries (nu_plugin_query_json.exe)
run: strip target/release/nu_plugin_query_json.exe # run: strip target/release/nu_plugin_query_json.exe
- name: Strip binaries (nu_plugin_s3.exe) # - name: Strip binaries (nu_plugin_s3.exe)
run: strip target/release/nu_plugin_s3.exe # run: strip target/release/nu_plugin_s3.exe
- name: Strip binaries (nu_plugin_selector.exe) # - name: Strip binaries (nu_plugin_selector.exe)
run: strip target/release/nu_plugin_selector.exe # run: strip target/release/nu_plugin_selector.exe
- name: Strip binaries (nu_plugin_start.exe) # - name: Strip binaries (nu_plugin_start.exe)
run: strip target/release/nu_plugin_start.exe # run: strip target/release/nu_plugin_start.exe
- name: Strip binaries (nu_plugin_to_bson.exe) # - name: Strip binaries (nu_plugin_to_bson.exe)
run: strip target/release/nu_plugin_to_bson.exe # run: strip target/release/nu_plugin_to_bson.exe
- name: Strip binaries (nu_plugin_to_sqlite.exe) # - name: Strip binaries (nu_plugin_to_sqlite.exe)
run: strip target/release/nu_plugin_to_sqlite.exe # run: strip target/release/nu_plugin_to_sqlite.exe
- name: Strip binaries (nu_plugin_tree.exe) # - name: Strip binaries (nu_plugin_tree.exe)
run: strip target/release/nu_plugin_tree.exe # run: strip target/release/nu_plugin_tree.exe
- name: Strip binaries (nu_plugin_xpath.exe) # - name: Strip binaries (nu_plugin_xpath.exe)
run: strip target/release/nu_plugin_xpath.exe # run: strip target/release/nu_plugin_xpath.exe
- name: Create output directory - name: Create output directory
run: mkdir output run: mkdir output