Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
redox
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
redox-os
redox
Merge requests
!1215
bootstrap.sh: yacc provided by bison on Arch Linux
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
bootstrap.sh: yacc provided by bison on Arch Linux
nanpuyue/redox:patch-1
into
master
Overview
0
Commits
1
Pipelines
1
Changes
1
Merged
nanpuyue
requested to merge
nanpuyue/redox:patch-1
into
master
5 years ago
Overview
0
Commits
1
Pipelines
1
Changes
1
Expand
There is no package named yacc on Arch Linux.
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
4d03bf3a
1 commit,
5 years ago
1 file
+
1
−
1
Side-by-side
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
bootstrap.sh
+
1
−
1
Options
@@ -142,7 +142,7 @@ osx_homebrew()
@@ -142,7 +142,7 @@ osx_homebrew()
archLinux
()
archLinux
()
{
{
echo
"Detected Arch Linux"
echo
"Detected Arch Linux"
packages
=
"cmake fuse git gperf perl-html-parser nasm wget texinfo bison flex
yacc
"
packages
=
"cmake fuse git gperf perl-html-parser nasm wget texinfo bison flex"
if
[
"
$1
"
==
"qemu"
]
;
then
if
[
"
$1
"
==
"qemu"
]
;
then
packages
=
"
$packages
qemu"
packages
=
"
$packages
qemu"
elif
[
"
$1
"
==
"virtualbox"
]
;
then
elif
[
"
$1
"
==
"virtualbox"
]
;
then
Loading