[前][次][番号順一覧][スレッド一覧]

ruby-changes:71864

From: Ka=C3=ADque <ko1@a...>
Date: Wed, 18 May 2022 11:28:49 +0900 (JST)
Subject: [ruby-changes:71864] aab683af0e (master): Write skipping instead of skiping [ci skip]

https://git.ruby-lang.org/ruby.git/commit/?id=aab683af0e

From aab683af0e8063bfe2ca58500e5f210148b82bbf Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Ka=C3=ADque=20Kandy=20Koga?= <kaiquekandykoga@g...>
Date: Tue, 17 May 2022 23:28:36 -0300
Subject: Write skipping instead of skiping [ci skip]

https://www.lexico.com/en/definition/skip
---
 .github/workflows/compilers.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/compilers.yml b/.github/workflows/compilers.yml
index ddb53cadb8..886cbd3cd1 100644
--- a/.github/workflows/compilers.yml
+++ b/.github/workflows/compilers.yml
@@ -83,7 +83,7 @@ jobs: https://github.com/ruby/ruby/blob/trunk/.github/workflows/compilers.yml#L83
             value: 'gcc-11 -O2 -fcf-protection -Wl,-z,now'
             container: gcc-11
             env:
-              # FIXME: Drop skiping options
+              # FIXME: Drop skipping options
               # https://bugs.ruby-lang.org/issues/18061
               # https://sourceware.org/annobin/annobin.html/Test-pie.html
               # https://sourceware.org/annobin/annobin.html/Test-notes.html
-- 
cgit v1.2.1


--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]