Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
engine-core
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
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
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
AURA
engine-core
Commits
5610b3e8
Commit
5610b3e8
authored
4 years ago
by
David Trattnig
Browse files
Options
Downloads
Patches
Plain Diff
Ditch AAC for now to avoid the dependency hassle.
parent
0ed1b296
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitlab-ci.yml
+2
-2
2 additions, 2 deletions
.gitlab-ci.yml
Dockerfile
+0
-1
0 additions, 1 deletion
Dockerfile
with
2 additions
and
3 deletions
.gitlab-ci.yml
+
2
−
2
View file @
5610b3e8
...
@@ -13,8 +13,8 @@ before_script:
...
@@ -13,8 +13,8 @@ before_script:
# - opam switch create 4.08.0
# - opam switch create 4.08.0
# - opam update -y
# - opam update -y
# - opam install depext -y
# - opam install depext -y
# - opam depext taglib mad lame vorbis
fdkaac
flac opus cry samplerate pulseaudio bjack alsa liquidsoap -y
# - opam depext taglib mad lame vorbis flac opus cry samplerate pulseaudio bjack alsa liquidsoap -y
# - opam install taglib mad lame vorbis
fdkaac
flac opus cry samplerate pulseaudio bjack alsa liquidsoap -y
# - opam install taglib mad lame vorbis flac opus cry samplerate pulseaudio bjack alsa liquidsoap -y
# - eval $(opam env)
# - eval $(opam env)
-
python3 -V
-
python3 -V
-
pip3 install -r requirements.txt
-
pip3 install -r requirements.txt
...
...
This diff is collapsed.
Click to expand it.
Dockerfile
+
0
−
1
View file @
5610b3e8
...
@@ -44,7 +44,6 @@ RUN opam init --disable-sandboxing -y
...
@@ -44,7 +44,6 @@ RUN opam init --disable-sandboxing -y
RUN
opam switch create 4.08.0
RUN
opam switch create 4.08.0
RUN
opam update
-y
RUN
opam update
-y
RUN
opam
install
depext
-y
RUN
opam
install
depext
-y
# FIXME Missing "fdkaac" in dependencies below, which requires system package "libfaac-dev"
RUN
opam depext taglib mad lame vorbis flac opus cry samplerate pulseaudio bjack alsa liquidsoap
-y
RUN
opam depext taglib mad lame vorbis flac opus cry samplerate pulseaudio bjack alsa liquidsoap
-y
RUN
opam
install
taglib mad lame vorbis flac opus cry samplerate pulseaudio bjack alsa liquidsoap
-y
RUN
opam
install
taglib mad lame vorbis flac opus cry samplerate pulseaudio bjack alsa liquidsoap
-y
RUN
eval
$(
opam
env
)
RUN
eval
$(
opam
env
)
\ No newline at end of file
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