Skip to content

Commit

Permalink
Show binary info
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanb committed Dec 17, 2023
1 parent 91367bd commit 0861b47
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,11 @@ jobs:
- name: Build
# Enable all features for CI builds.
# TODO: add currently problematic tags: b_cayley,b_nng,b_qframe,b_ebitengine
run: go build -v -tags "b_sqlite,b_http,b_sql,b_postgres,b_bson,b_crypto,b_smtpd,b_mail,b_bcrypt,b_telegram,b_html,b_contrib,b_openai,b_email,b_mail,b_mysql,b_nats,b_psql,b_psutil,b_sxml,b_echo,b_webview,b_raylib,b_gtk" -o bin/rye
run: |
go build -v -tags "b_sqlite,b_http,b_sql,b_postgres,b_bson,b_crypto,b_smtpd,b_mail,b_bcrypt,b_telegram,b_html,b_contrib,b_openai,b_email,b_mail,b_mysql,b_nats,b_psql,b_psutil,b_sxml,b_echo,b_webview,b_raylib,b_gtk" -o bin/rye
ls -l bin/rye
file bin/rye
go version -m bin/rye
- name: Run Rye Tests
run: cd tests ; ../bin/rye main.rye test
Expand Down

0 comments on commit 0861b47

Please sign in to comment.