Fix "Run under bubblewrap" after forking #492
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Fix "Run under bubblewrap" after forking
"Run under bubblewrap" was failing after I forked the repo.
Here is what I did to fix it.
New Flex Mirror Links
The original mirrors for
flex-2.5.11
andflex-2.5.33
appear to be down.I replaced them with:
http://ftp-tel.sjtu.edu.cn/sites/ftp.openpkg.org/sources/DST/flex/flex-2.5.11.tar.gz
http://ftp-tel.sjtu.edu.cn/sites/ftp.openpkg.org/sources/DST/flex/flex-2.5.33.tar.gz
The original mirror (
http://download.nust.na/pub2/openpkg1
) has been unreliable in the past.See:
(search for "flex-2.5.11.tar.gz can't be download")
Ubuntu Version Check
GitHub ran the workflow on Ubuntu 22.04.5 LTS,
despite
bwrap.yaml
specifyingruns-on: ubuntu-latest
.This made the build fail when trying to do the AppArmor workaround.
you can see the ubuntu version in the "set up job" section.
and apply the AppArmor workaround only if the version is
>= 24.04
.Added Version Check Script to
Lint
WorkflowNew script clearing ShellCheck:
Successful Workflow Execution
"Run under bubblewrap" working in my fork: