Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
M
mruby
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Libraries
mruby
Commits
1122124f
Unverified
Commit
1122124f
authored
May 26, 2020
by
KOBAYASHI Shuji
Committed by
Yukihiro "Matz" Matsumoto
Oct 12, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Revert part of "Start GitHub Actions" (
4ce3997c
)
Because some changes have been overridden.
parent
5405977a
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
26 deletions
+0
-26
lib/mruby/build.rb
lib/mruby/build.rb
+0
-8
target/travis.rb
target/travis.rb
+0
-18
No files found.
lib/mruby/build.rb
View file @
1122124f
...
...
@@ -276,14 +276,6 @@ EOS
end
end
def
cygwin_filename
(
name
)
if
name
.
is_a?
(
Array
)
name
.
flatten
.
map
{
|
n
|
cygwin_filename
(
n
)
}
else
`cygpath -w "
#{
filename
(
name
)
}
"`
.
strip
end
end
def
exefile
(
name
)
if
name
.
is_a?
(
Array
)
name
.
flatten
.
map
{
|
n
|
exefile
(
n
)
}
...
...
target/travis.rb
View file @
1122124f
MRuby
::
Build
.
new
(
'debug'
)
do
|
conf
|
toolchain
:gcc
yacc
.
command
=
ENV
[
'YACC'
]
||
'bison'
enable_debug
# include all core GEMs
conf
.
gembox
'full-core'
conf
.
cc
.
flags
+=
%w(-Werror=declaration-after-statement)
conf
.
compilers
.
each
do
|
c
|
c
.
defines
+=
%w(MRB_GC_STRESS MRB_GC_FIXED_ARENA MRB_METHOD_CACHE)
end
build_mrbc_exec
end
MRuby
::
Build
.
new
(
'full-debug'
)
do
|
conf
|
toolchain
:gcc
yacc
.
command
=
ENV
[
'YACC'
]
||
'bison'
enable_debug
# include all core GEMs
...
...
@@ -28,7 +12,6 @@ end
MRuby
::
Build
.
new
do
|
conf
|
toolchain
:gcc
yacc
.
command
=
ENV
[
'YACC'
]
||
'bison'
# include all core GEMs
conf
.
gembox
'full-core'
...
...
@@ -42,7 +25,6 @@ end
MRuby
::
Build
.
new
(
'cxx_abi'
)
do
|
conf
|
toolchain
:gcc
yacc
.
command
=
ENV
[
'YACC'
]
||
'bison'
conf
.
gembox
'full-core'
conf
.
cc
.
flags
+=
%w(-fpermissive)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment