Skip to content

Commit

Permalink
[cleanup] Remove all profile guided optimization shell scripts in fav…
Browse files Browse the repository at this point in the history
…or of justfile (#24)

* Remove all profile guided optimization shell scripts in favor of justfile

* Update changelog
  • Loading branch information
sstadick authored Jul 14, 2021
1 parent 924db22 commit e24c663
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 114 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
cp {README.md,UNLICENSE,LICENSE-MIT} "$staging/"
cp {build.rs,Cargo.toml,Cargo.lock} "$staging/"
cp {pgo.sh,pgo_local.sh} "${staging}/"
cp justfile "$staging/"
cp -R ./src "./$staging/src"
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## v0.5.2-alpha (in progress)

- [PR24](https://github.com/sstadick/hck/pull/24) Removed the now defunct profile guided optimization shell scripts and all references to them in favor of the `justfile` that was added in `v0.5.0`

## v0.5.1

- Fix the version in the binary to match the actual version
Expand Down
54 changes: 0 additions & 54 deletions pgo.sh

This file was deleted.

59 changes: 0 additions & 59 deletions pgo_local.sh

This file was deleted.

0 comments on commit e24c663

Please sign in to comment.