Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
SRB2
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Analyze
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
Lach
SRB2
Commits
5449ca2d
Commit
5449ca2d
authored
1 year ago
by
Alam Ed Arias
Browse files
Options
Downloads
Patches
Plain Diff
Update .gitlab-ci.yml file
force the Makefile system to use our cross-compile binutil package
parent
fe65f2b2
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+3
-3
3 additions, 3 deletions
.gitlab-ci.yml
with
3 additions
and
3 deletions
.gitlab-ci.yml
+
3
−
3
View file @
5449ca2d
...
...
@@ -78,7 +78,7 @@ build-i686-linux-gnu:
-
export OBJDUMP=i686-linux-gnu-objdump
-
export PKG_CONFIG_PATH=/usr/lib/i386-linux-gnu/pkgconfig
-
*ccache
-
make --directory=src CCACHE=1 LINUX=1
-
make --directory=src CCACHE=1
OBJCOPY=$OBJCOPY OBJDUMP=$OBJDUMP
LINUX=1
build-aarch64-linux-gnu
:
<<
:
*job_build
...
...
@@ -95,7 +95,7 @@ build-aarch64-linux-gnu:
-
export OBJDUMP=aarch64-linux-gnu-objdump
-
export PKG_CONFIG_PATH=/usr/lib/aarch64-linux-gnu/pkgconfig
-
*ccache
-
make --directory=src CCACHE=1 LINUX64=1 NONX86=1
-
make --directory=src CCACHE=1
OBJCOPY=$OBJCOPY OBJDUMP=$OBJDUMP
LINUX64=1 NONX86=1
build-x86_64-linux-gnu
:
<<
:
*job_build
...
...
@@ -112,7 +112,7 @@ build-x86_64-linux-gnu:
-
export OBJDUMP=x86_64-linux-gnu-objdump
-
export PKG_CONFIG_PATH=/usr/lib/x86_64-linux-gnu/pkgconfig
-
*ccache
-
make --directory=src CCACHE=1 LINUX64=1
-
make --directory=src CCACHE=1
OBJCOPY=$OBJCOPY OBJDUMP=$OBJDUMP
LINUX64=1
build-i686-w64-mingw32
:
<<
:
*job_build
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment