base698 opened a new pull request, #8612:
URL: https://github.com/apache/incubator-devlake/pull/8612

   <!--
   Licensed to the Apache Software Foundation (ASF) under one or more
   contributor license agreements.  See the NOTICE file distributed with
   this work for additional information regarding copyright ownership.
   The ASF licenses this file to You under the Apache License, Version 2.0
   (the "License"); you may not use this file except in compliance with
   the License.  You may obtain a copy of the License at
   
       http://www.apache.org/licenses/LICENSE-2.0
   
   Unless required by applicable law or agreed to in writing, software
   distributed under the License is distributed on an "AS IS" BASIS,
   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
   See the License for the specific language governing permissions and
   limitations under the License.
   -->
   ### ⚠️ Pre Checklist
   
   > Please complete _ALL_ items in this checklist, and remove before submitting
   
   - [X] I have read through the [Contributing 
Documentation](https://devlake.apache.org/community/).
   - [ ] I have added relevant tests.
   - [X] I have added relevant documentation.
   - [X] I will add labels to the PR, such as `pr-type/bug-fix`, 
`pr-type/feature-development`, etc.
   
   ---
   
   ### Summary
   This PR improves container build flexibility and unifies the JIRA epic 
collector to use the v3 `/search/jql` endpoint exclusively.
   
   **Key changes:**
   - **Makefiles**
     - Introduces `CONTAINER_CMD` (defaults to `docker`) and `PLATFORM` 
(defaults to `linux/amd64`) for flexible builds across environments.
     - Updates all `docker build` commands to respect `$(CONTAINER_CMD)` and 
`--platform=$(PLATFORM)`.
   - **Backend Dockerfile**
     - Adds `-Wno-incompatible-pointer-types` and `USE_BUNDLED_ZLIB=ON` to 
CMake flags for stable cross-compile of `libgit2`.
   ---
   
   ### Does this close any open issues?
   - No
   
   ---
   
   ### Screenshots
   N/A
   
   ---
   
   ### Other Information
   
   #### Usage
   - `make build-server-image CONTAINER_CMD=podman PLATFORM=linux/arm64`
   
   #### Motivation
   - Allow building on a MacBook Pro


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to