Skip to content

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