Skip to content

Commit

Permalink
Changes to point to master branch instead of dpdk-2011-focal branch (#36
Browse files Browse the repository at this point in the history
)
  • Loading branch information
gab-arrobo authored Jan 11, 2024
1 parent f11a906 commit e1efd78
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion env/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ RUN update-alternatives --install /usr/local/bin/python python /usr/bin/python3
RUN mkdir -p /build/bess

# Build DPDK testpmd (used in bessctl samples)
ARG BESS_DPDK_BRANCH=dpdk-2011-focal
ARG BESS_DPDK_BRANCH=master
RUN cd /build/bess && \
curl -s -L https://github.com/omec-project/bess/archive/${BESS_DPDK_BRANCH}.tar.gz | tar zx --strip-components=1 && \
./build.py dpdk && \
Expand Down
2 changes: 1 addition & 1 deletion env/rebuild_images.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ def run_cmd(cmd, shell=False):
def build(env):
base = imgs[env]['base']
tag_suffix = imgs[env]['tag_suffix']
bess_dpdk_branch = os.getenv('BESS_DPDK_BRANCH', 'dpdk-2011-focal')
bess_dpdk_branch = os.getenv('BESS_DPDK_BRANCH', 'master')
version = time.strftime('%y%m%d')

run_cmd('docker build '
Expand Down

0 comments on commit e1efd78

Please sign in to comment.