Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
fa6df837
Commit
fa6df837
authored
Jan 08, 2021
by
Tim Rizzi
Committed by
Suzanne Selhorn
Jan 08, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add note to conan docs about known issue
parent
84f9c0d8
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
16 additions
and
0 deletions
+16
-0
doc/user/packages/conan_repository/index.md
doc/user/packages/conan_repository/index.md
+16
-0
No files found.
doc/user/packages/conan_repository/index.md
View file @
fa6df837
...
@@ -283,6 +283,9 @@ Additional Conan images to use as the basis of your CI file are available in the
...
@@ -283,6 +283,9 @@ Additional Conan images to use as the basis of your CI file are available in the
Install a Conan package from the Package Registry so you can use it as a
Install a Conan package from the Package Registry so you can use it as a
dependency.
dependency.
WARNING:
Project-level packages
[
cannot be downloaded currently
](
https://gitlab.com/gitlab-org/gitlab/-/issues/270129
)
.
Conan packages are often installed as dependencies by using the
`conanfile.txt`
Conan packages are often installed as dependencies by using the
`conanfile.txt`
file.
file.
...
@@ -384,3 +387,16 @@ The GitLab Conan repository supports the following Conan CLI commands:
...
@@ -384,3 +387,16 @@ The GitLab Conan repository supports the following Conan CLI commands:
packages you have permission to view.
packages you have permission to view.
-
`conan info`
: View the information on a given package from the Package Registry.
-
`conan info`
: View the information on a given package from the Package Registry.
-
`conan remove`
: Delete the package from the Package Registry.
-
`conan remove`
: Delete the package from the Package Registry.
## Troubleshooting Conan packages
### `ERROR: <package> was not found in remote <remote>`
When you attempt to install a Conan package, you might receive a
`404`
error
like
`ERROR: <package> was not found in remote <remote>`
.
This issue occurs when you request a download from the project-level Conan API.
The resulting URL is missing is project's
`/<id>`
and Conan commands, like
`conan install`
, fail.
For more information, see
[
issue 270129
](
https://gitlab.com/gitlab-org/gitlab/-/issues/270129
)
.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment