Skip to content

Commit

Permalink
flatpak: Don't specify luajit commit
Browse files Browse the repository at this point in the history
luajit developers ask people to use branches instead of tarballs, however,
Flatpak interprets having both 'commit' and 'branch' fields as 'use this
branch, and this commit should be at the top of the branch', which is not
really what we want.

Remove the specified commit from the Flatpak manifest.
  • Loading branch information
GeorgesStavracas committed Mar 23, 2021
1 parent 1a05c4f commit 4050bda
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion CI/flatpak/com.obsproject.Studio.json
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,6 @@
"type": "git",
"url": "https://luajit.org/git/luajit-2.0.git",
"branch": "v2.1",
"commit": "787736990ac3b7d5ceaba2697c7d0f58f77bb782",
"disable-shallow-clone": true
},
{
Expand Down

0 comments on commit 4050bda

Please sign in to comment.