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

Option to test a local BouncyCastle jar #10

Closed
wants to merge 1 commit into from

Commits on Dec 28, 2016

  1. Option to test a local BouncyCastle jar

    Resolves Github issue C2SP#4
    
    This is a bit of a hack. I can't find a way to supply the jar directly
    from the command line to the 'deps' or 'srcs' of a rule, so we create
    an intermediate symlink.
    
    Also, we need to define a separate build target. It'd be nicer to use
    config_setting to switch between local and remote jars - but macros
    don't support command-line flags, which makes this awkward.
    ekasper committed Dec 28, 2016
    Configuration menu
    Copy the full SHA
    3df2a47 View commit details
    Browse the repository at this point in the history