Remove hardcoded PGO profile paths and dynamically add --with-pgo-profile-path based on target #63
Loading…
Reference in a new issue
No description provided.
Delete branch "master"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Closes #3124
The pgo profile path is currently set in a way that they only work in the CI system, which leads to the build failing. The merge request changes that in a way that the pgo profile path is dynamically set depending on the folder the repository is cloned into. Therefore, the bsys6 script can now run both on the CI and locally, no matter into which folder the repository is cloned into.
PS: Sorry for the many commits. The only commit that really has changes is the first one, the others are just me messing with git and newlines.
Only realized after merging that
ac_add_options --enable-profile-useshould also be removed from the mozconfigs and then added in source.shcodeberg.org/librewolf/bsys6@e7c1236fc6