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

git source will not inlcue link #1130

Open
fecet opened this issue Oct 22, 2024 · 2 comments
Open

git source will not inlcue link #1130

fecet opened this issue Oct 22, 2024 · 2 comments

Comments

@fecet
Copy link
Contributor

fecet commented Oct 22, 2024

If a git repo contains relative link, rattler seems cannot copy it correctly

@wolfv
Copy link
Member

wolfv commented Oct 22, 2024

Do you maybe have a repro?

@fecet
Copy link
Contributor Author

fecet commented Oct 22, 2024

context:
  name: "debug"
  git_url: https://github.com/microsoft/DeepSpeed.git
  git_tag: ${{ git.latest_tag( git_url ) }}

package:
  name: ${{ name }}
  version: ${{ git_tag[1:] }}

source:
  - git: ${{ git_url }}
    tag: ${{ git_tag }}

build:
  number: 0
  script:
    - ls deepspeed/accelerator
    - mkdir $PREFIX/bin
    - touch $PREFIX/bin/placeholder

where the directory is https://github.com/microsoft/DeepSpeed/blob/master/deepspeed/accelerator

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

No branches or pull requests

2 participants