Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: remove darwin shell hack in Makefile #810

Merged
merged 1 commit into from
Jul 15, 2024

Conversation

janisz
Copy link
Collaborator

@janisz janisz commented Jul 12, 2024

This PR removes setting a SHELL as we no longer need it since we simplified our build process and call binaries with full path. The only places where GOBIN need to be passed is with go install and can be inlined without need to change it in shell.

Co-authored-by: Raad Haddad <raadfhaddad@gmail.com>
Signed-off-by: Tomasz Janiszewski <tomek@redhat.com>
@janisz janisz force-pushed the remove_shell_hack_for_darwin branch from 64649a0 to abe3384 Compare July 12, 2024 16:33
@janisz janisz requested review from rukletsov and dhaus67 July 12, 2024 16:34
@janisz janisz added the chore Maintenance work label Jul 12, 2024
Copy link

codecov bot commented Jul 12, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 62.36%. Comparing base (e51482c) to head (abe3384).
Report is 29 commits behind head on main.

Additional details and impacted files
@@             Coverage Diff             @@
##             main     #810       +/-   ##
===========================================
- Coverage   72.37%   62.36%   -10.02%     
===========================================
  Files          45      197      +152     
  Lines        1937     4854     +2917     
===========================================
+ Hits         1402     3027     +1625     
- Misses        421     1439     +1018     
- Partials      114      388      +274     
Flag Coverage Δ
unit 62.36% <ø> (-10.02%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@janisz janisz merged commit 90d63af into stackrox:main Jul 15, 2024
6 of 7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
chore Maintenance work
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants