diff --git a/.dockerignore b/.dockerignore index 8a95e5f..5f7d71e 100644 --- a/.dockerignore +++ b/.dockerignore @@ -4,3 +4,7 @@ Dockerfile /.github/ *.md LICENSE +/patches/README.md +/patches/LICENSE +/patches/.git/ + diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index f4460c5..e056f73 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -1,5 +1,7 @@ name: ci # See https://docs.docker.com/build/ci/github-actions/examples +env: + DOCKER_BUILDKIT: 1 on: schedule: @@ -38,6 +40,8 @@ jobs: - name: Checkout uses: actions/checkout@v3 + with: + submodules: recursive - name: Login to Docker Hub if: github.event_name != 'pull_request' diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..c51db87 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "patches"] + path = patches + url = https://github.com/ParaToolsInc/salt-llvm-patches.git diff --git a/Dockerfile b/Dockerfile index a57dd76..c2cb54a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -97,7 +97,6 @@ RUN --mount=type=cache,target=/ccache/ <