We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1492110 commit f3f0549Copy full SHA for f3f0549
1 file changed
examples/linux/br_external/package/nat20sw/nat20sw.mk
@@ -33,6 +33,10 @@
33
# along with this program; if not, see
34
# <https://www.gnu.org/licenses/>.
35
36
+# In CI NAT20SW_OVERRIDE_SRCDIR is set to the root of the repository,
37
+# so that the source under test is always the current branch.
38
+# Integrators who use this configuration should pin the version
39
+# to a specific commit or branch to avoid breakages when the main branch changes.
40
NAT20SW_VERSION = origin/main
41
NAT20SW_SITE = https://github.com/aurora-opensource/libnat20.git
42
NAT20SW_SITE_METHOD = git
0 commit comments