Skip to content

Broken symlink in docs #48

@rybakit

Description

@rybakit

Installing this library (as a dependency of amphp/parallel) through composer results in a broken symlink in the docs directory:

$ ls -la vendor/amphp/byte-stream/docs
lrwxrwxrwx. 1 gen gen   13 Dec 27 15:28 asset -> .shared/asset
...
drwxrwxr-x. 2 gen gen   40 Oct 22 21:37 .shared
$ ls -la vendor/amphp/byte-stream/docs/.shared
total 0
drwxrwxr-x. 2 gen gen  40 Oct 22 21:37 .
drwxrwxr-x. 3 gen gen 300 Oct 22 21:37 ..

This broken link causes Gitlab CI to generate a warning while buliding a project:

No URL provided, cache will be not downloaded from shared cache server. Instead a local version of cache will be extracted. 
WARNING: .../vendor/amphp/byte-stream/docs/asset: chmod .../vendor/amphp/byte-stream/docs/asset: no such file or directory (suppressing repeats) 

(see a related Gitlab issue).

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions