Skip to content

Artifact output paths symlinks #223

@erikreinert

Description

@erikreinert

Overview

Explore how we can symlink artifact output paths to locations on the file system to enable system configuration.

Example

let symlink = ArtifactSymlink {
  from: format!("{}/config.txt", get_envkey(example)),
  to: "/home/user/.config/example/config.txt"
};

RustBuilder::new("example", systems)
  .with_symlinks(vec![symlink])
  .build(context)?;

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions