Skip to content
Snippets Groups Projects
Commit 0611b3a2 authored by Michael Gummelt's avatar Michael Gummelt Committed by Marcelo Vanzin
Browse files

[SPARK-17320] add build_profile_flags entry to mesos build module

## What changes were proposed in this pull request?

add build_profile_flags entry to mesos build module

## How was this patch tested?

unit tests

Author: Michael Gummelt <mgummelt@mesosphere.io>

Closes #14885 from mgummelt/mesos-profile.
parent 9953442a
No related branches found
No related tags found
No related merge requests found
......@@ -462,6 +462,7 @@ mesos = Module(
name="mesos",
dependencies=[],
source_file_regexes=["mesos/"],
build_profile_flags=["-Pmesos"],
sbt_test_goals=["mesos/test"]
)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment