why I can't use select option under http_archive() #20699
Answered
by
fmeum
the-code-samurai-97
asked this question in
Q&A
-
hi, I am trying too build a repository based on platforms
is there a better way? |
Beta Was this translation helpful? Give feedback.
Answered by
fmeum
Dec 30, 2023
Replies: 1 comment
-
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
lberki
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
http_archive
is a repository rule, which means that it can't useselect
. Instead, just add onehttp_archive
per OS/architecture and then useselect
in build rules (such as analias
) to select a target from the correct repository.