Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
nheko
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
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
Nheko Reborn
nheko
Commits
10e24260
Unverified
Commit
10e24260
authored
2 years ago
by
Zhymabek Roman
Committed by
GitHub
2 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Fix appimage-builder package version query bug
See:
https://github.com/AppImageCrafters/appimage-builder/issues/280
parent
59410a99
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+6
-2
6 additions, 2 deletions
.gitlab-ci.yml
with
6 additions
and
2 deletions
.gitlab-ci.yml
+
6
−
2
View file @
10e24260
...
...
@@ -245,8 +245,12 @@ appimage-amd64:
-
wget https://github.com/AppImage/AppImageKit/releases/download/continuous/appimagetool-x86_64.AppImage -O /usr/local/bin/appimagetool && \
-
chmod +x /usr/local/bin/appimagetool
-
python3 -m pip install --upgrade pip
-
pip3 install appimage-builder
# Workaround for https://github.com/AppImageCrafters/appimage-builder/issues/280
-
cd /tmp
-
git clone https://github.com/AppImageCrafters/appimage-builder
-
git checkout 9733877eed75aea0fa8e9a1cd26c22d77a10aa4a
-
pip3 install .
-
pip3 install cffi
-
/usr/sbin/update-ccache-symlinks
-
rm -rf ../.hunter && mv .hunter ../.hunter ||
true
...
...
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