GithubHelp home page GithubHelp logo

Long execution on Linux about fastlane-action HOT 2 OPEN

maierj avatar maierj commented on June 21, 2024
Long execution on Linux

from fastlane-action.

Comments (2)

maierj avatar maierj commented on June 21, 2024

Have you tried to check the output value cache-hit of the cache action? It indicates, if there was a match for the cache key.
You could insert a step between the cache step and the fastlane step that just echos this value, e.g.

- name: Cache Fastlane
  id: cache-fastlane
  uses: actions/cache@v1
  with:
    path: 'vendor/bundle'
    key: ${{ runner.os }}-fastlane
- name: Debug cache
  run: echo "Cache-Hit: ${{ steps.cache-fastlane.outputs.cache-hit }}"
- uses: maierj/[email protected]
  with:
    lane: 'deploy_internal'
    subdirectory: 'android'
    bundle-install-path: 'vendor/bundle'

from fastlane-action.

mig35 avatar mig35 commented on June 21, 2024

hey @maierj ,
sorry for a really long delay - was out of the project, but now returned

Run actions/cache@v1
  with:
    path: vendor/bundle
    key: Linux-fastlane
  env:
    JAVA_HOME: /opt/hostedtoolcache/jdk/12.0.2/x64
    JAVA_HOME_12.0.2_x64: /opt/hostedtoolcache/jdk/12.0.2/x64
    FLUTTER_HOME: /opt/hostedtoolcache/flutter/1.17.4-stable/x64
Cache not found for input keys: Linux-fastlane.
Run echo "Cache-Hit "
  echo "Cache-Hit "
  shell: /bin/bash -e ***0***
  env:
    JAVA_HOME: /opt/hostedtoolcache/jdk/12.0.2/x64
    JAVA_HOME_12.0.2_x64: /opt/hostedtoolcache/jdk/12.0.2/x64
    FLUTTER_HOME: /opt/hostedtoolcache/flutter/1.17.5-stable/x64
Cache-Hit 
Post job cleanup.
/bin/tar -cz -f /home/runner/work/_temp/9297a40a-5957-4da2-9543-627586a3a283/cache.tgz -C /home/runner/work/training-flutter/training-flutter/vendor/bundle .
/bin/tar: /home/runner/work/training-flutter/training-flutter/vendor/bundle: Cannot open: No such file or directory
/bin/tar: Error is not recoverable: exiting now
[warning]Tar failed with error: The process '/bin/tar' failed with exit code 2

The interesting thing that I haven't run bundle install anywhere, but I thought this is a part of fastlane-action, wasn't it?

from fastlane-action.

Related Issues (20)

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.