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

Use rustc --crate-type for smoother multi-target compilation in build stage #1329

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Commits on Sep 14, 2023

  1. add crate-type flag to cargo build commands

    Austin John Mayer (井上 オースティン) committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    6c99fa5 View commit details
    Browse the repository at this point in the history
  2. change build command to rustc and fix args usage

    Austin John Mayer (井上 オースティン) committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    94e0c08 View commit details
    Browse the repository at this point in the history
  3. remove cdylib from tests

    Austin John Mayer (井上 オースティン) committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    f31405c View commit details
    Browse the repository at this point in the history
  4. remove dbg

    Austin John Mayer (井上 オースティン) committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    28a1f6a View commit details
    Browse the repository at this point in the history
  5. apply formatting

    Austin John Mayer (井上 オースティン) committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    f22982b View commit details
    Browse the repository at this point in the history