Skip to content
Snippets Groups Projects
Commit e790fa3d authored by Jörg Sachse's avatar Jörg Sachse
Browse files

feat: remove CXX flags from make call for Callas binaries (thx @romeyke)

parent 95ade150
No related branches found
No related tags found
No related merge requests found
Pipeline #6600 failed
......@@ -65,5 +65,5 @@
# inline. Molecule errors are turned off for this.
- name: compile PDF/A-Webservice binary # noqa command-instead-of-shell
ansible.builtin.shell:
cmd: 'CXXFLAGS="-std=c++11" make --directory /opt/pdfa_webservice/src/'
cmd: 'make --directory /opt/pdfa_webservice/src/'
changed_when: false # This always changes, because the dest path is fresh.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment