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

Publish and test debugmozjs artifacts #544

Draft
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

sagudev
Copy link
Member

@sagudev sagudev commented Dec 21, 2024

Debugmozjs artifacts have disabled striping, as it's users will likely debug mozjs/SM, so they will need symbols.

Fix #541

TODO:

  • test on/off debugmozjs

Comment on lines -1055 to +1064
let archive_path = PathBuf::from(env::var_os("OUT_DIR").unwrap()).join("libmozjs.tar.gz");
let archive_path = PathBuf::from(env::var_os("OUT_DIR").unwrap()).join(&archive());
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This should allow on/off debugmozjs.

@sagudev sagudev changed the title Generate and test debugmozjs artifacts Publish and test debugmozjs artifacts Dec 21, 2024
@sagudev sagudev force-pushed the artifact-debugmozjs branch from c740153 to 809d81c Compare December 21, 2024 18:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Publish artifacts for debugmozjs too
1 participant