Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add aarch64-linux to list of Gemfile platforms #5109

Merged
merged 1 commit into from
Oct 9, 2024

Conversation

colby-swandale
Copy link
Member

I use Dev Containers on my MacBook which recently has stopped working due to:

Tailwindcss::Commands::ExecutableNotFoundException: Cannot find the tailwindcss executable for aarch64-linux in /workspaces/rubygems.org/.bundle/ruby/3.3.0/gems/tailwindcss-rails-2.7.7/exe (Tailwindcss::Commands::ExecutableNotFoundException)

If you're using bundler, please make sure you're on the latest bundler version:

    gem install bundler
    bundle update --bundler

Then make sure your lock file includes this platform by running:

    bundle lock --add-platform aarch64-linux
    bundle install

This Pull Request adds the aarch64-linux platform to the Gemfile.lock

Copy link

codecov bot commented Oct 9, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 96.95%. Comparing base (ea8688c) to head (2c33bfc).
Report is 1 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #5109   +/-   ##
=======================================
  Coverage   96.95%   96.95%           
=======================================
  Files         421      421           
  Lines        8777     8777           
=======================================
  Hits         8510     8510           
  Misses        267      267           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@colby-swandale colby-swandale merged commit 839de87 into master Oct 9, 2024
18 checks passed
@colby-swandale colby-swandale deleted the colby/aarch64-linux branch October 9, 2024 05:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Development

Successfully merging this pull request may close these issues.

2 participants