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 x86_64-darwin-20 to allow macOS Big Sur #28

Merged
merged 1 commit into from
Sep 13, 2021
Merged

Add x86_64-darwin-20 to allow macOS Big Sur #28

merged 1 commit into from
Sep 13, 2021

Conversation

yahonda
Copy link
Member

@yahonda yahonda commented Sep 13, 2021

This pull request adds x86_64-darwin-20 to allow macOS Big Sur.

% uname -a
Darwin yahondambp.local 20.6.0 Darwin Kernel Version 20.6.0: Wed Jun 23 00:26:31 PDT 2021; root:xnu-7195.141.2~5/RELEASE_X86_64 x86_64
% sw_vers -productVersion
11.5.2
  • bundle install to add
% bundle install
Warning: the running version of Bundler (2.2.22) is older than the version that created the lockfile (2.2.25). We suggest you to upgrade to the version that created the lockfile by running `gem install bundler:2.2.25`.
Fetching gem metadata from https://rubygems.org/.........
Resolving dependencies...
... snip ...
Use `bundle info [gemname]` to see where a bundled gem is installed.
  • git diff
diff --git a/Gemfile.lock b/Gemfile.lock
index dd89fb0..82094ce 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -174,6 +174,7 @@ GEM

 PLATFORMS
   x86_64-darwin-18
+  x86_64-darwin-20
   x86_64-linux

 DEPENDENCIES

```
% uname -a
Darwin yahondambp.local 20.6.0 Darwin Kernel Version 20.6.0: Wed Jun 23 00:26:31 PDT 2021; root:xnu-7195.141.2~5/RELEASE_X86_64 x86_64
% sw_vers -productVersion
11.5.2
```

* bundle install to add
```
% bundle install
Warning: the running version of Bundler (2.2.22) is older than the version that created the lockfile (2.2.25). We suggest you to upgrade to the version that created the lockfile by running `gem install bundler:2.2.25`.
Fetching gem metadata from https://rubygems.org/.........
Resolving dependencies...
... snip ...
Use `bundle info [gemname]` to see where a bundled gem is installed.
```

* git diff
```
diff --git a/Gemfile.lock b/Gemfile.lock
index dd89fb0..82094ce 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -174,6 +174,7 @@ GEM

 PLATFORMS
   x86_64-darwin-18
+  x86_64-darwin-20
   x86_64-linux

 DEPENDENCIES
```
@hooopo hooopo merged commit 8bd6528 into pingcap:main Sep 13, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants