Coder Social home page Coder Social logo

ergebnis / composer-root-version-action Goto Github PK

View Code? Open in Web Editor NEW
10.0 10.0 5.0 145 KB

:octocat: + :musical_note: Provides a GitHub Action that sets a COMPOSER_ROOT_VERSION environment variable from the value of the branch alias defined in composer.json.

License: MIT License

Makefile 31.74% Shell 68.26%
branch-alias composer root version

composer-root-version-action's People

Contributors

dependabot[bot] avatar ergebnis-bot avatar localheinz avatar staabm avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

composer-root-version-action's Issues

The container fails to build

I'm looking at:

#8 [3/6] RUN wget --no-check-certificate https://raw.githubusercontent.com/stedolan/jq/master/sig/jq-release.key -O /tmp/jq-release.key     && wget --no-check-certificate https://raw.githubusercontent.com/stedolan/jq/master/sig/v1.6/jq-linux64.asc -O /tmp/jq-linux64.asc     && wget --no-check-certificate https://github.com/stedolan/jq/releases/download/jq-1.6/jq-linux64 -O /tmp/jq-linux64     && gpg --import /tmp/jq-release.key     && gpg --verify /tmp/jq-linux64.asc /tmp/jq-linux64     && cp /tmp/jq-linux64 /usr/bin/jq     && chmod +x /usr/bin/jq     && rm -f /tmp/jq-release.key     && rm -f /tmp/jq-linux64.asc     && rm -f /tmp/jq-linux64
  #8 0.242 Connecting to raw.githubusercontent.com (185.199.108.133:443)
  #8 0.291 wget: server returned error: HTTP/1.1 404 Not Found
  #8 ERROR: process "/bin/sh -c wget --no-check-certificate https://raw.githubusercontent.com/stedolan/jq/master/sig/jq-release.key -O /tmp/jq-release.key     && wget --no-check-certificate [https://raw.githubusercontent.com/stedolan/jq/master/sig/v${JQ_VERSION}/jq-linux64.asc](https://raw.githubusercontent.com/stedolan/jq/master/sig/v$%7BJQ_VERSION%7D/jq-linux64.asc) -O /tmp/jq-linux64.asc     && wget --no-check-certificate [https://github.com/stedolan/jq/releases/download/jq-${JQ_VERSION}/jq-linux64](https://github.com/stedolan/jq/releases/download/jq-$%7BJQ_VERSION%7D/jq-linux64) -O /tmp/jq-linux64     && gpg --import /tmp/jq-release.key     && gpg --verify /tmp/jq-linux64.asc /tmp/jq-linux64     && cp /tmp/jq-linux64 /usr/bin/jq     && chmod +x /usr/bin/jq     && rm -f /tmp/jq-release.key     && rm -f /tmp/jq-linux64.asc     && rm -f /tmp/jq-linux64" did not complete successfully: exit code: 1
  ------
   > [3/6] RUN wget --no-check-certificate https://raw.githubusercontent.com/stedolan/jq/master/sig/jq-release.key -O /tmp/jq-release.key     && wget --no-check-certificate https://raw.githubusercontent.com/stedolan/jq/master/sig/v1.6/jq-linux64.asc -O /tmp/jq-linux64.asc     && wget --no-check-certificate https://github.com/stedolan/jq/releases/download/jq-1.6/jq-linux64 -O /tmp/jq-linux64     && gpg --import /tmp/jq-release.key     && gpg --verify /tmp/jq-linux64.asc /tmp/jq-linux64     && cp /tmp/jq-linux64 /usr/bin/jq     && chmod +x /usr/bin/jq     && rm -f /tmp/jq-release.key     && rm -f /tmp/jq-linux64.asc     && rm -f /tmp/jq-linux64:
  0.242 Connecting to raw.githubusercontent.com (185.199.108.133:443)
  0.291 wget: server returned error: HTTP/1.1 404 Not Found

https://github.com/sanmai/later/actions/runs/6613172773/job/17960488642?pr=12#step:2:176

build takes 12-13 seconds

hey andreas!

when running a github action which contains ergebnis/composer-root-version-action@main it requires an additional 12-13 seconds to build this action:

grafik
as you can see a step using 12-13 seconds in a job which takes 39 seconds overall seems a bit too much.

it feels like this adds a rather big overhead, so I just want to ask whether this is expected? wdyt?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.