File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 7171 - name : kv.c
7272 run : cd i && wg -tags simd5 -c . > kv.c && clang -O3 -Wall -mavx2 -Wfatal-errors kv.c -okv -lm && ./kv k.t -e
7373
74+ - name : l8.c
75+ run : cd i/x && k k.k cc.k -e 'x:`<cc``l8' > l8.c
76+ gcc -Os -s -nostdlib -static -Wl,--nmagic -Wl,--build-id=none -fno-asynchronous-unwind-tables -ol8_ l8.c
77+ objcopy --remove-section .comment l8_ l8
78+
7479 - name : delete release
7580 uses : dev-drprasad/delete-older-releases@v0.2.0
7681 with :
@@ -126,4 +131,14 @@ jobs:
126131 asset_path : ./i/kv.c
127132 asset_name : kv.c
128133 asset_content_type : text/plain
134+
135+ - name : upload l8.c
136+ uses : actions/upload-release-asset@v1
137+ env :
138+ GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
139+ with :
140+ upload_url : ${{ steps.create_release.outputs.upload_url }}
141+ asset_path : ./i/x/l8.c
142+ asset_name : l8.c
143+ asset_content_type : text/plain
129144
You can’t perform that action at this time.
0 commit comments